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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻る?巽? | 1110010011101000100000101110100100111111100100100100011000111111 | e4e882e93f92463f |
EUC-JP | 蒻る?巽? | 1110100011101010101001001110101100111111110000111010011100111111 | e8eaa4eb3fc3a73f |
UTF-8 | 蒻る뿨巽쏝 | 111010001001001010111011111000111000001010001011111010111011111110101000111001011011011110111101111011001000111110011101 | e892bbe3828bebbfa8e5b7bdec8f9d |
UHC | 蒻る뿨巽쏝 | 11100101101101101010101011101011100101111010100011100001110111101001110001000010 | e5b6aaeb97a8e1de9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)