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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鷹???? | 100100011110100100111111001111110011111100111111 | 91e93f3f3f3f |
EUC-JP | 鷹???? | 110000101110101100111111001111110011111100111111 | c2eb3f3f3f3f |
UTF-8 | 鷹곗맜囹뉰 | 111010011011011110111001111010101011001110010111111010111010011110011100111011111010011010101001111010111000100110110000 | e9b7b9eab397eba79cefa6a9eb89b0 |
UHC | 鷹곗맜囹뉰 | 11101011111011011011000011101100100100001010101111100111101010101000100001000010 | ebedb0ec90abe7aa8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)