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 | 爭?蟻?奬? | 111000001010010100111111100010110110000100111111100110101111101100111111 | e0a53f8b613f9afb3f |
EUC-JP | 爭?蟻?奬? | 111000001010011100111111101101011100001000111111110101001111110100111111 | e0a73fb5c23fd4fd3f |
UTF-8 | 爭렦蟻렠奬렟 | 111001111000100010101101111010111010000010100110111010001001111110111011111010111010000010100000111001011010010110101100111010111010000010011111 | e788adeba0a6e89fbbeba0a0e5a5aceba09f |
UHC | 爭렦蟻렠奬렟 | 111011101011001110001110101101011110101111111100100011101011000111101101111000011000111010110000 | eeb38eb5ebfc8eb1ede18eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)