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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | ?}G?? | 001111111000000101110000010001110011111100111111 | 3f8170473f3f |
EUC-JP | ?}G?? | 001111111010000111010001010001110011111100111111 | 3fa1d1473f3f |
UTF-8 | 룶}G룵에 | 11101011101000111011011011101111101111011001110101000111111010111010001110110101111011001001011110010000 | eba3b6efbd9d47eba3b5ec9790 |
UHC | 룶}G룵에 | 100011111010101110100011111111010100011110001111101010101011111110100001 | 8faba3fd478faabfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)