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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 予??兀 | 100101110101110000111111001111111001100101011001 | 975c3f3f9959 |
EUC-JP | 予??兀 | 110011011011110100111111001111111101000110111010 | cdbd3f3fd1ba |
UTF-8 | 予좂에兀 | 111001001011101010001000111011001010001010000010111011001001011110010000111001011000010110000000 | e4ba88eca282ec9790e58580 |
UHC | 予좂에兀 | 1110010111111000101000001110011110111111101000011110100010110100 | e5f8a0e7bfa1e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)