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 | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
SJIS-WIN | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
EUC-JP | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
UTF-8 | 溜삳젉Z溜븃쵗 | 11101111101001111000101111101100100000101011001111101100101000001000100101011010111011111010011110001011111010111011100010000011111011001011010110010111 | efa78bec82b3eca0895aefa78bebb883ecb597 |
UHC | 溜삳젉Z溜븃쵗 | 11101010111111101011101111101011101000001000101101011010111010101111111010111010111010001010110010011001 | eafebbeba08b5aeafebae8ac99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)