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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 省ェシシ | 1000111111001000111110001011110010101010111100101110110110111100101111001111010010100011 | 8fc8f8bcaaf2edbcbcf4a3 |
EUC-JP | 省?ェ?シシ? | 1011111011001010001111111000111010101010001111111000111010111100100011101011110000111111 | beca3f8eaa3f8ebc8ebc3f |
UTF-8 | 省ェシシ | 111001111001110010000001111011101001100110011011111011111011110110101010111011101000100010100100111011111011110110111100111011111011110110111100111011101000110110010010 | e79c81ee999befbdaaee88a4efbdbcefbdbcee8d92 |
UHC | 省?????? | 1110000011111101001111110011111100111111001111110011111100111111 | e0fd3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)