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 | 檍??誼?? | 1001111011111000001111110011111110001011011000100011111100111111 | 9ef83f3f8b623f3f |
EUC-JP | 檍??誼?? | 1101110011111010001111110011111110110101110000110011111100111111 | dcfa3f3fb5c33f3f |
UTF-8 | 檍용슢誼믤략 | 111001101010101010001101111011001001101010101001111011001000101010100010111010001010101010111100111010111010111110100100111010111001111010110101 | e6aa8dec9aa9ec8aa2e8aabcebafa4eb9eb5 |
UHC | 檍용슢誼믤략 | 111001011110010110111111111010111001101010101110111010111111111010010010111001101011011110101011 | e5e5bfeb9aaeebfe92e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)