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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謌瑚飴濶セ | 111001101000100010001100111010001000100010111001111010001000100110111110 | e6888ce888b9e889be |
EUC-JP | 謌瑚飴濶セ | 11101011111010001011100011101010101100001011101111101111111010011000111010111110 | ebe8b8eab0bbefe98ebe |
UTF-8 | 謌瑚飴濶セ | 111010001010110010001100111001111001000110011010111010011010001110110100111001101011111110110110111011111011110110111110 | e8ac8ce7919ae9a3b4e6bfb6efbdbe |
UHC | ?瑚飴?? | 00111111111110111101000111101100110001110011111100111111 | 3ffbd1ecc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)