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 | ??CB??? | 00111111001111110100001101000010001111110011111100111111 | 3f3f43423f3f3f |
SJIS-WIN | ??CB??? | 00111111001111110100001101000010001111110011111100111111 | 3f3f43423f3f3f |
EUC-JP | ??CB?珏? | 001111110011111101000011010000100011111110001111110010111110110100111111 | 3f3f43423f8fcbed3f |
UTF-8 | 렻렭CB렻珏렲 | 1110101110100000101110111110101110100000101011010100001101000010111010111010000010111011111001111000111110001111111010111010000010110010 | eba0bbeba0ad4342eba0bbe78f8feba0b2 |
UHC | 렻렭CB렻珏렲 | 100011101100001110001110101110100100001101000010100011101100001111001010110001001000111010111111 | 8ec38eba43428ec3cac48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)