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 | ??健??釐 | 0011111100111111100011001001001000111111001111111110011111011000 | 3f3f8c923f3fe7d8 |
EUC-JP | ??健??釐 | 0011111100111111101101111111001000111111001111111110111011011010 | 3f3fb7f23f3feeda |
UTF-8 | 룵엑健⒝룶釐 | 111010111010001110110101111011001001011110010001111001011000000110100101111000101001001010011101111010111010001110110110111010011000011110010000 | eba3b5ec9791e581a5e2929deba3b6e98790 |
UHC | 룵엑健⒝룶釐 | 100011111010101010111111101000101100101111101101101010011100111010001111101010111101011111101101 | 8faabfa2cbeda9ce8fabd7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)