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 | 鉉懃エ吼 | 111001111110100110011100111001111011010010011001111000011111001010001100 | e7e99ce7b499e1f28c |
EUC-JP | 鉉懃エ吼? | 111011101110101111011000111010011000111010110100110100101110001100111111 | eeebd8e98eb4d2e33f |
UTF-8 | 鉉懃エ吼 | 111010011000100110001001111001101000011110000011111011111011110110110100111001011001000010111100111011101000011110000011 | e98989e68783efbdb4e590bcee8783 |
UHC | 鉉懃?吼? | 1111101011101000110100001100010000111111111111011010100100111111 | fae8d0c43ffda93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)