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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 癌??影??B | 100010101110000000111111001111111000100101100101001111110011111101000010 | 8ae03f3f89653f3f42 |
EUC-JP | 癌??影??B | 101101001110001000111111001111111011000111000110001111110011111101000010 | b4e23f3fb1c63f3f42 |
UTF-8 | 癌꿩굢影졾ㅁB | 11100111100110011000110011101010101111111010100111101010101101011010001011100101101111011011000111101100101000011011111011100011100001011000000101000010 | e7998ceabfa9eab5a2e5bdb1eca1bee3858142 |
UHC | 癌꿩굢影졾ㅁB | 11100100110111111011001011100110100000101000100111100111101011111010000011100101101001001011000101000010 | e4dfb2e68289e7afa0e5a4b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)