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 | ???泣ら. | 001111110011111100111111100010111000001110000010111001111000000101000100 | 3f3f3f8b8382e78144 |
EUC-JP | 濚??泣ら. | 1000111111001001101000010011111100111111101101011110001110100100111010011010000110100101 | 8fc9a13f3fb5e3a4e9a1a5 |
UTF-8 | 濚밤꺂泣ら. | 111001101011111110011010111010111011000010100100111010101011101010000010111001101011001110100011111000111000001010001001111011111011110010001110 | e6bf9aebb0a4eaba82e6b3a3e38289efbc8e |
UHC | 濚밤꺂泣ら. | 111001111011100110111001111000111000001110101011111010111110100010101010111010011010001110101110 | e7b9b9e383abebe8aae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)