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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 題弄? | 1001000111101000100110000100110100111111 | 91e8984d3f |
EUC-JP | 題弄? | 1100001011101010110011111010111000111111 | c2eacfae3f |
UTF-8 | 題弄렮 | 111010011010000110001100111001011011110010000100111010111010000010101110 | e9a18ce5bc84eba0ae |
UHC | 題弄렮 | 111100001011100111010110111001111000111010111011 | f0b9d6e78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)