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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????勖? | 0011111100111111001111110011111110001111101100111110110100111111 | 3f3f3f3f8fb3ed3f |
UTF-8 | 吏희렑렭勖렓 | 111011111010011110011110111011011001110110101100111010111010000010010001111010111010000010101101111001011000101110010110111010111010000010010011 | efa79eed9daceba091eba0ade58b96eba093 |
UHC | 吏희렑렭勖렓 | 111011001010011111001000111100011000111010100110100011101011101011101001111011011000111010101000 | eca7c8f18ea68ebae9ed8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)