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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 菫瀧うB | 11100100101111111001000111101011100000101010010001000010 | e4bf91eb82a442 |
EUC-JP | 菫瀧うB | 11101000110000011100001011101101101001001010011001000010 | e8c1c2eda4a642 |
UTF-8 | 菫瀧うB | 11101000100011111010101111100111100000001010011111100011100000011000011001000010 | e88fabe780a7e3818642 |
UHC | 菫瀧うB | 11010000110010111101011011101001101010101010011001000010 | d0cbd6e9aaa642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)