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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厄κ??? | 10010110111011111000001111001000001111110011111100111111 | 96ef83c83f3f3f |
EUC-JP | 厄κ?馹? | 110011001111000110100110110010100011111110001111111010011010000100111111 | ccf1a6ca3f8fe9a13f |
UTF-8 | 厄κ퇌馹뾄 | 1110010110001110100001001100111010111010111011011000011110001100111010011010011010111001111010111011111010000100 | e58e84cebaed878ce9a6b9ebbe84 |
UHC | 厄κ퇌馹뾄 | 11100100111110001010010111101010101101111001110111101100111100011001011101000010 | e4f8a5eab79decf19742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)