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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ?橈瀟c^ | 00111111100111101111010011100000011011100110001101011110 | 3f9ef4e06e635e |
EUC-JP | ?橈瀟c^ | 00111111110111001111011011011111110011110110001101011110 | 3fdcf6dfcf635e |
UTF-8 | 뾸橈瀟c^ | 1110101110111110101110001110011010101001100010001110011110000000100111110110001101011110 | ebbeb8e6a988e7809f635e |
UHC | 뾸橈瀟c^ | 1001011101111010111010001111101011100001101111100110001101011110 | 977ae8fae1be635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)