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 | ???訝?? | 00111111001111110011111111100110011000100011111100111111 | 3f3f3fe6623f3f |
EUC-JP | ???訝?? | 00111111001111110011111111101011110000110011111100111111 | 3f3f3febc33f3f |
UTF-8 | 欌볠꼇訝딉쉠 | 111001101010110010001100111010111011001110100000111010101011110010000111111010001010100010011101111010111001010010001001111011001000100110100000 | e6ac8cebb3a0eabc87e8a89deb9489ec89a0 |
UHC | 欌볠꼇訝딉쉠 | 111011011110101110010011111001101011001010111011111001001011100010001010111011111011110110101010 | edeb93e6b2bbe4b88aefbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)