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 | ???吟?┃ | 0011111100111111001111111000101111100001001111111000010010101011 | 3f3f3f8be13f84ab |
EUC-JP | 轝??吟?┃ | 10001111111000011010101000111111001111111011011011100011001111111010100010101101 | 8fe1aa3f3fb6e33fa8ad |
UTF-8 | 轝뚯꼮吟랃┃ | 111010001011110110011101111010111001101010101111111010101011110010101110111001011001000010011111111010111001111010000011111000101001010010000011 | e8bd9deb9aafeabcaee5909feb9e83e29483 |
UHC | 轝뚯꼮吟랃┃ | 111001101010110010001100111011001000010010001001111010111110000110001101111011111010011010101101 | e6ac8cec8489ebe18defa6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)