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 | 訝??蘊ゆ | 1110011001100010001111110011111111100101010111011000001011100100 | e6623f3fe55d82e4 |
EUC-JP | 訝??蘊ゆ | 1110101111000011001111110011111111101001101111101010010011100110 | ebc33f3fe9bea4e6 |
UTF-8 | 訝덌풃蘊ゆ | 111010001010100010011101111010111000110110001100111011011001001010000011111010001001100010001010111000111000001010000110 | e8a89deb8d8ced9283e8988ae38286 |
UHC | 訝덌풃蘊ゆ | 11100100101110001000100011101111101111101000101111101000101100111010101011100110 | e4b888efbe8be8b3aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)