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 | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 将イ。゙召ツG | 100011111010101110110010101000011101111010001111101000101100001001000111 | 8fabb2a1de8fa2c247 |
EUC-JP | 将イ。゙召ツG | 10111110101011011000111010110010100011101010000110001110110111101011111010100100100011101100001001000111 | bead8eb28ea18edebea48ec247 |
UTF-8 | 将イ。゙召ツG | 11100101101100001000011011101111101111011011001011101111101111011010000111101111101111101001111011100101100011111010110011101111101111101000001001000111 | e5b086efbdb2efbda1efbe9ee58facefbe8247 |
UHC | ????召?G | 0011111100111111001111110011111111100001101011110011111101000111 | 3f3f3f3fe1af3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)