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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | シス式G | 111100001011000010111100111100011000111010111101100011101010111001000111 | f0b0bcf18ebd8eae47 |
EUC-JP | ?シ?ス式G | 001111111000111010111100001111111000111010111101101111001011000001000111 | 3f8ebc3f8ebdbcb047 |
UTF-8 | シス式G | 11101110100000011010111111101111101111011011110011101110100001001000100111101111101111011011110111100101101111001000111101000111 | ee81afefbdbcee8489efbdbde5bc8f47 |
UHC | ????式G | 00111111001111110011111100111111111000111101001001000111 | 3f3f3f3fe3d247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)