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 | 蘂????─ | 1110010101000001001111110011111100111111001111111000010010011111 | e5413f3f3f3f849f |
EUC-JP | 蘂????─ | 1110100110100010001111110011111100111111001111111010100010100001 | e9a23f3f3f3fa8a1 |
UTF-8 | 蘂띠꼪溜섓─ | 111010001001100010000010111010111001110110100000111010101011110010101010111011111010011110001011111011001000010010010011111000101001010010000000 | e89882eb9da0eabcaaefa78bec8493e29480 |
UHC | 蘂띠꼪溜섓─ | 111001111101111010110110111011001000010010000111111010101111111010011000111011111010011010100001 | e7deb6ec8487eafe98efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)