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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 弱??h弱 | 10001110111000110011111100111111011010001000111011100011 | 8ee33f3f688ee3 |
EUC-JP | 弱??h弱 | 10111100111001010011111100111111011010001011110011100101 | bce53f3f68bce5 |
UTF-8 | 弱딅젧h弱 | 11100101101111001011000111101011100101001000010111101100101000001010011101101000111001011011110010110001 | e5bcb1eb9485eca0a768e5bcb1 |
UHC | 弱딅젧h弱 | 111001011011000010001010111010111010000010011111011010001110010110110000 | e5b08aeba09f68e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)