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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蘊れ?瓮??B | 11100101010111011000001011101010001111111110000101000100001111110011111101000010 | e55d82ea3fe1443f3f42 |
EUC-JP | 蘊れ?瓮??B | 11101001101111101010010011101100001111111110000110100101001111110011111101000010 | e9bea4ec3fe1a53f3f42 |
UTF-8 | 蘊れ꽎瓮뚯꽦B | 11101000100110001000101011100011100000101000110011101010101111011000111011100111100100111010111011101011100110101010111111101010101111011010011001000010 | e8988ae3828ceabd8ee793aeeb9aafeabda642 |
UHC | 蘊れ꽎瓮뚯꽦B | 11101000101100111010101011101100100001001001111011101000101101111000110011101100100001001011000101000010 | e8b3aaec849ee8b78cec84b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)