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 | ???郵 | 0011111100111111001111111001011101011000 | 3f3f3f9758 |
EUC-JP | ???郵 | 0011111100111111001111111100110110111001 | 3f3f3fcdb9 |
UTF-8 | 읯쎺읰郵 | 111011001001110110101111111011001000111010111010111011001001110110110000111010011000001110110101 | ec9dafec8ebaec9db0e983b5 |
UHC | 읯쎺읰郵 | 1001111111010101100110111110000110011111110101101110100111101000 | 9fd59be19fd6e9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)