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 | ??瑤?? | 001111110011111111101010101000100011111100111111 | 3f3feaa23f3f |
EUC-JP | ??瑤?? | 001111110011111111110100101001000011111100111111 | 3f3ff4a43f3f |
UTF-8 | 렯롕瑤렯렖 | 111010111010000010101111111010111010000110010101111001111001000110100100111010111010000010101111111010111010000010010110 | eba0afeba195e791a4eba0afeba096 |
UHC | 렯롕瑤렯렖 | 10001110101111001000111011011001111010001111110110001110101111001000111010101011 | 8ebc8ed9e8fd8ebc8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)