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 | 彫?燼?侑 | 1001001010100100001111111110000010011110001111111001100011010000 | 92a43fe09e3f98d0 |
EUC-JP | 彫?燼?侑 | 1100010010100110001111111101111111111110001111111101000011010010 | c4a63fdffe3fd0d2 |
UTF-8 | 彫렏燼렖侑 | 111001011011110110101011111010111010000010001111111001111000011110111100111010111010000010010110111001001011111010010001 | e5bdabeba08fe787bceba096e4be91 |
UHC | 彫렏燼렖侑 | 11110000110000011000111010100101111000111110100010001110101010111110101011100010 | f0c18ea5e3e88eabeae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)