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 | 鉉懃エ吼蠏 | 1110011111101001100111001110011110110100100110011110000111110010100011001110010110110101 | e7e99ce7b499e1f28ce5b5 |
EUC-JP | 鉉懃エ吼?蠏 | 1110111011101011110110001110100110001110101101001101001011100011001111111110101010110111 | eeebd8e98eb4d2e33feab7 |
UTF-8 | 鉉懃エ吼蠏 | 111010011000100110001001111001101000011110000011111011111011110110110100111001011001000010111100111011101000011110000011111010001010000010001111 | e98989e68783efbdb4e590bcee8783e8a08f |
UHC | 鉉懃?吼?? | 111110101110100011010000110001000011111111111101101010010011111100111111 | fae8d0c43ffda93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)