To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 鈺?じk | 111110111100010000111111100000101011011001101011 | fbc43f82b66b |
EUC-JP | 鈺?じk | 10001111111000111101010100111111101001001011100001101011 | 8fe3d53fa4b86b |
UTF-8 | 鈺뤻じk | 11101001100010001011101011101011101001001011101111100011100000011001100001101011 | e988baeba4bbe381986b |
UHC | 鈺뤻じk | 11101000101011011000111111101001101010101011100001101011 | e8ad8fe9aab86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)