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 | 仲?璋? | 100100101000011100111111111000001111011000111111 | 92873fe0f63f |
EUC-JP | 仲?璋? | 110000111110011100111111111000001111100000111111 | c3e73fe0f83f |
UTF-8 | 仲렫璋렟 | 111001001011101110110010111010111010000010101011111001111001001010001011111010111010000010011111 | e4bbb2eba0abe7928beba09f |
UHC | 仲렫璋렟 | 1111000111101010100011101011100111101101111100001000111010110000 | f1ea8eb9edf08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)