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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訝??蘊ゎ? | 111001100110001000111111001111111110010101011101100000101110110000111111 | e6623f3fe55d82ec3f |
EUC-JP | 訝??蘊ゎ? | 111010111100001100111111001111111110100110111110101001001110111000111111 | ebc33f3fe9bea4ee3f |
UTF-8 | 訝덌풛蘊ゎ겂 | 111010001010100010011101111010111000110110001100111011011001001010011011111010001001100010001010111000111000001010001110111010101011001010000010 | e8a89deb8d8ced929be8988ae3828eeab282 |
UHC | 訝덌풛蘊ゎ겂 | 111001001011100010001000111011111011111010011110111010001011001110101010111011101000000110100011 | e4b888efbe9ee8b3aaee81a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)