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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 抑??e^ | 100101110111110100111111001111110110010101011110 | 977d3f3f655e |
EUC-JP | 抑??e^ | 110011011101111000111111001111110110010101011110 | cdde3f3f655e |
UTF-8 | 抑깄궖e^ | 1110011010001010100100011110101010111001100001001110101010110110100101100110010101011110 | e68a91eab984eab696655e |
UHC | 抑깄궖e^ | 1110010111100100100000111000010110000010101010110110010101011110 | e5e4838582ab655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)