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 | 易э?箋∽? | 10001000110101011000010010001111001111111110001010110011100000011110010000111111 | 88d5848f3fe2b381e43f |
EUC-JP | 易э?箋∽? | 10110000110101111010011111101111001111111110010010110101101000101110011000111111 | b0d7a7ef3fe4b5a2e63f |
UTF-8 | 易э슴箋∽쉐 | 1110011010011000100100111101000110001101111011001000101010110100111001111010111010001011111000101000100010111101111011001000100110010000 | e69893d18dec8ab4e7ae8be288bdec8990 |
UHC | 易э슴箋∽쉐 | 111001101011011010101100111011111011110110111111111011111010100010100001111011111011110110100110 | e6b6acefbdbfefa8a1efbda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)