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 | å¤BMÁ | 111001011000011110011101101001000100001010010010010011011000111111000001 | e5879da442924d8fc1 |
SJIS-WIN | ????B?M?? | 001111110011111100111111001111110100001000111111010011010011111100111111 | 3f3f3f3f423f4d3f3f |
EUC-JP | å??¤B?M?Á | 100011111010101110101001001111110011111110001111101000101111000001000010001111110100110100111111100011111010101010100001 | 8faba93f3f8fa2f0423f4d3f8faaa1 |
UTF-8 | å¤BMÁ | 11000011101001011100001010000111110000101001110111000010101001000100001011000010100100100100110111000010100011111100001110000001 | c3a5c287c29dc2a442c2924dc28fc381 |
UHC | ???¤B?M?? | 00111111001111110011111110100010101101000100001000111111010011010011111100111111 | 3f3f3fa2b4423f4d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)