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 | 臍?i妊 | 11100100011000000011111110000010100010011001010001000100 | e4603f82899444 |
EUC-JP | 臍?i妊 | 11100111110000010011111110100011111010011100011110100101 | e7c13fa3e9c7a5 |
UTF-8 | 臍펙i妊 | 111010001000011110001101111011011000111010011001111011111011110110001001111001011010011010001010 | e8878ded8e99efbd89e5a68a |
UHC | 臍펙i妊 | 1111000010110000110001101110010110100011111010011110110011110100 | f0b0c6e5a3e9ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)