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 | 躁??異 | 111001110100111000111111001111111000100011011001 | e74e3f3f88d9 |
EUC-JP | 躁??異 | 111011011010111100111111001111111011000011011011 | edaf3f3fb0db |
UTF-8 | 躁당밤異 | 111010001011101010000001111010111000101110111001111010111011000010100100111001111001010110110000 | e8ba81eb8bb9ebb0a4e795b0 |
UHC | 躁당밤異 | 1111000011100010101101001110011110111001111000111110110010110110 | f0e2b4e7b9e3ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)