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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脉歌所運 | 1110001111110101100010011100110010001111100010101000100101011110 | e3f589cc8f8a895e |
EUC-JP | 脉歌所運 | 1110011011110111101100101100111010111101111010101011000110111111 | e6f7b2cebdeab1bf |
UTF-8 | 脉歌所運 | 111010001000010010001001111001101010110110001100111001101000100110000000111010011000000110001011 | e88489e6ad8ce68980e9818b |
UHC | ?歌所運 | 00111111110010101011000011100001101101101110101010100001 | 3fcab0e1b6eaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)