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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿??溢?9 | 100010001010001000111111001111111000100011101100001111111000001001011000 | 88a23f3f88ec3f8258 |
EUC-JP | 阿??溢?9 | 101100001010010000111111001111111011000011101110001111111010001110111001 | b0a43f3fb0ee3fa3b9 |
UTF-8 | 阿잆룇溢싧9 | 111010011001100010111111111011001001111010000110111010111010001110000111111001101011101010100010111011001000101110100111111011111011110010011001 | e998bfec9e86eba387e6baa2ec8ba7efbc99 |
UHC | 阿잆룇溢싧9 | 111001001011100110011111111000111000111110000110111011001110111010011010111001011010001110111001 | e4b99fe38f86ecee9ae5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)