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 | 箋??猥?? | 1110001010110011001111110011111111100000110011100011111100111111 | e2b33f3fe0ce3f3f |
EUC-JP | 箋??猥?? | 1110010010110101001111110011111111100000110100000011111100111111 | e4b53f3fe0d03f3f |
UTF-8 | 箋됰젾猥띾젚 | 111001111010111010001011111010111001000010110000111011001010000010111110111001111000110010100101111010111001110110111110111011001010000010011010 | e7ae8beb90b0eca0bee78ca5eb9dbeeca09a |
UHC | 箋됰젾猥띾젚 | 111011111010100010001001111010111010000010110000111010001110010110001101111010111010000010010110 | efa889eba0b0e8e58deba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)