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 | 循g?? | 100011110111101010000010100001110011111100111111 | 8f7a82873f3f |
EUC-JP | 循g?? | 101111011101101110100011111001110011111100111111 | bddba3e73f3f |
UTF-8 | 循g돇閱 | 111001011011111010101010111011111011110110000111111010111000111110000111111010011001011010110001 | e5beaaefbd87eb8f87e996b1 |
UHC | 循g돇閱 | 1110001011100000101000111110011110001001100110001110011011110011 | e2e0a3e78998e6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)