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 | 娃??俺?? | 1000100010100001001111110011111110001001101101000011111100111111 | 88a13f3f89b43f3f |
EUC-JP | 娃??俺?? | 1011000010100011001111110011111110110010101101100011111100111111 | b0a33f3fb2b63f3f |
UTF-8 | 娃뤻숱俺븃퍘 | 111001011010100010000011111010111010010010111011111011001000100010110001111001001011111110111010111010111011100010000011111011011000110110011000 | e5a883eba4bbec88b1e4bfbaebb883ed8d98 |
UHC | 娃뤻숱俺븃퍘 | 111010001101111110001111111010011011110110100010111001011110111110111010111010001011101110001111 | e8df8fe9bda2e5efbae8bb8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)