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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疫??節?? | 1000100101110101001111110011111110010000110111110011111100111111 | 89753f3f90df3f3f |
EUC-JP | 疫??節?? | 1011000111010110001111110011111111000000111000010011111100111111 | b1d63f3fc0e13f3f |
UTF-8 | 疫요툓節곁뿏 | 111001111001011010101011111011001001101010010100111011011000100010010011111001111010111110000000111010101011001110000001111010111011111110001111 | e796abec9a94ed8893e7af80eab381ebbf8f |
UHC | 疫요툓節곁뿏 | 111001101011100110111111111001001011100010001010111011111011110110110000111001111001011110010100 | e6b9bfe4b88aefbdb0e79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)