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 | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-WIN | 癌??N影 | 10001010111000000011111100111111010011101000100101100101 | 8ae03f3f4e8965 |
EUC-JP | 癌??N影 | 10110100111000100011111100111111010011101011000111000110 | b4e23f3f4eb1c6 |
UTF-8 | 癌꿩굢N影 | 11100111100110011000110011101010101111111010100111101010101101011010001001001110111001011011110110110001 | e7998ceabfa9eab5a24ee5bdb1 |
UHC | 癌꿩굢N影 | 111001001101111110110010111001101000001010001001010011101110011110101111 | e4dfb2e682894ee7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)