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 | 娃??蟯?? | 1000100010100001001111110011111111100101101100100011111100111111 | 88a13f3fe5b23f3f |
EUC-JP | 娃??蟯?? | 1011000010100011001111110011111111101010101101000011111100111111 | b0a33f3feab43f3f |
UTF-8 | 娃붹퀎蟯믤뉘 | 111001011010100010000011111010111011011010111001111011011000000010001110111010001001111110101111111010111010111110100100111010111000100110011000 | e5a883ebb6b9ed808ee89fafebafa4eb8998 |
UHC | 娃붹퀎蟯믤뉘 | 111010001101111110010100111001101011001110000100111010011010100010010010111001101011010010110101 | e8df94e6b384e9a892e6b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)