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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??曖?? | 001111110011111110011110010000100011111100111111 | 3f3f9e423f3f |
EUC-JP | ??曖?? | 001111110011111111011011101000110011111100111111 | 3f3fdba33f3f |
UTF-8 | 렯렳曖렯렽 | 111010111010000010101111111010111010000010110011111001101001101110010110111010111010000010101111111010111010000010111101 | eba0afeba0b3e69b96eba0afeba0bd |
UHC | 렯렳曖렯렽 | 10001110101111001000111011000000111001001111001010001110101111001000111011000101 | 8ebc8ec0e4f28ebc8ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)