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 | 厓??秧?ぐ | 111110101000110100111111001111111110001001011110001111111000001010101110 | fa8d3f3fe25e3f82ae |
EUC-JP | 厓??秧?ぐ | 10001111101101001100011100111111001111111110001110111111001111111010010010110000 | 8fb4c73f3fe3bf3fa4b0 |
UTF-8 | 厓⑶걫秧믦ぐ | 111001011000111010010011111000101001000110110110111010101011000110101011111001111010011110100111111010111010111110100110111000111000000110010000 | e58e93e291b6eab1abe7a7a7ebafa6e38190 |
UHC | 厓⑶걫秧믦ぐ | 111001001110110110101001111010011000000110010100111001001110101110010010111010001010101010110000 | e4eda9e98194e4eb92e8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)