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 | 爭?爭?才? | 111000001010010100111111111000001010010100111111100011011100101100111111 | e0a53fe0a53f8dcb3f |
EUC-JP | 爭?爭?才? | 111000001010011100111111111000001010011100111111101110101100110100111111 | e0a73fe0a73fbacd3f |
UTF-8 | 爭렦爭렦才렱 | 111001111000100010101101111010111010000010100110111001111000100010101101111010111010000010100110111001101000100110001101111010111010000010110001 | e788adeba0a6e788adeba0a6e6898deba0b1 |
UHC | 爭렦爭렦才렱 | 111011101011001110001110101101011110111010110011100011101011010111101110101001101000111010111110 | eeb38eb5eeb38eb5eea68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)