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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | ?謁?蝸a | 00111111100010010111100100111111111001011001011101100001 | 3f89793fe59761 |
EUC-JP | ?謁?蝸a | 00111111101100011101101000111111111010011111011101100001 | 3fb1da3fe9f761 |
UTF-8 | 솝謁섐蝸a | 11101100100001101001110111101000101011001000000111101100100001001001000011101000100111011011100001100001 | ec869de8ac81ec8490e89db861 |
UHC | 솝謁섐蝸a | 101111001101100111100100110101111011110010101011111010001100010001100001 | bcd9e4d7bcabe8c461 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)