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 | 驛??悅 | 111010011000001100111111001111111111101010111101 | e9833f3ffabd |
EUC-JP | 驛??? | 1111000111100011001111110011111100111111 | f1e33f3f3f |
UTF-8 | 驛깅젪悅 | 111010011010100110011011111010101011100110000101111011001010000010101010111001101000001010000101 | e9a99beab985eca0aae68285 |
UHC | 驛깅젪悅 | 1110011010111110101100011110101110100000101000101110011011101101 | e6beb1eba0a2e6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)