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 | 100101110101011110000100100011000011111101000010 | 9757848c3f42 |
EUC-JP | 邑ъ?B | 110011011011100010100111111011000011111101000010 | cdb8a7ec3f42 |
UTF-8 | 邑ъ떖B | 111010011000001010010001110100011000101011101011100101101001011001000010 | e98291d18aeb969642 |
UHC | 邑ъ떖B | 11101011111010011010110011101100100010111010110001000010 | ebe9acec8bac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)