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 | ÀNã | 100011111100000010010001010011101110001110010100 | 8fc0914ee394 |
SJIS-WIN | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
EUC-JP | ?À?Nã? | 00111111100011111010101010100010001111110100111010001111101010111010101000111111 | 3f8faaa23f4e8fabaa3f |
UTF-8 | ÀNã | 1100001010001111110000111000000011000010100100010100111011000011101000111100001010010100 | c28fc380c2914ec3a3c294 |
UHC | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)