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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 騾区噴騾 | 1110100110000000100010111110011010010101101011001110100110000000 | e9808be695ace980 |
EUC-JP | 騾区噴騾 | 1111000111100000101101101110100011001010101011101111000111100000 | f1e0b6e8caaef1e0 |
UTF-8 | 騾区噴騾 | 111010011010100010111110111001011000110010111010111001011001100110110100111010011010100010111110 | e9a8bee58cbae599b4e9a8be |
UHC | ??噴? | 0011111100111111110111011100010000111111 | 3f3fddc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)