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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 乳?乳?B | 10010011111110110011111110010011111110110011111101000010 | 93fb3f93fb3f42 |
EUC-JP | 乳?乳?B | 11000110111111010011111111000110111111010011111101000010 | c6fd3fc6fd3f42 |
UTF-8 | 乳꼣乳꼣B | 11100100101110011011001111101010101111001010001111100100101110011011001111101010101111001010001101000010 | e4b9b3eabca3e4b9b3eabca342 |
UHC | 乳꼣乳꼣B | 111010101110000110000100011110101110101011100001100001000111101001000010 | eae1847aeae1847a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)