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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 瑤??Y | 1110101010100010001111110011111101011001 | eaa23f3f59 |
EUC-JP | 瑤??Y | 1111010010100100001111110011111101011001 | f4a43f3f59 |
UTF-8 | 瑤쒙쉑Y | 11100111100100011010010011101100100100101001100111101100100010011001000101011001 | e791a4ec9299ec899159 |
UHC | 瑤쒙쉑Y | 11101000111111011001110011101111101111011010011101011001 | e8fd9cefbda759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)