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 | ???涌 | 0011111100111111001111111001011101001111 | 3f3f3f974f |
EUC-JP | ???涌 | 0011111100111111001111111100110110110000 | 3f3f3fcdb0 |
UTF-8 | 렢렲렶涌 | 111010111010000010100010111010111010000010110010111010111010000010110110111001101011011010001100 | eba0a2eba0b2eba0b6e6b68c |
UHC | 렢렲렶涌 | 1000111010110011100011101011111110001110110000011110100110111111 | 8eb38ebf8ec1e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)