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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | ク鈺ウa | 11110000101110011011100011111011110001001011001101100001 | f0b9b8fbc4b361 |
EUC-JP | ?ク鈺ウa | 001111111000111010111000100011111110001111010101100011101011001101100001 | 3f8eb88fe3d58eb361 |
UTF-8 | ク鈺ウa | 11101110100000011011100011101111101111011011100011101001100010001011101011101111101111011011001101100001 | ee81b8efbdb8e988baefbdb361 |
UHC | ??鈺?a | 001111110011111111101000101011010011111101100001 | 3f3fe8ad3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)