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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訛消?訛 | 11100110011000011000111111000001001111111110011001100001 | e6618fc13fe661 |
EUC-JP | 訛消?訛 | 11101011110000101011111011000011001111111110101111000010 | ebc2bec33febc2 |
UTF-8 | 訛消쎊訛 | 111010001010100010011011111001101011011010001000111011001000111010001010111010001010100010011011 | e8a89be6b688ec8e8ae8a89b |
UHC | 訛消쎊訛 | 1110100011000101111000011011110010011011101100101110100011000101 | e8c5e1bc9bb2e8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)