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 | 誤??泣?┸ | 100011001110101100111111001111111000101110000011001111111000010010111101 | 8ceb3f3f8b833f84bd |
EUC-JP | 誤??泣?┸ | 101110001110110100111111001111111011010111100011001111111010100010111111 | b8ed3f3fb5e33fa8bf |
UTF-8 | 誤곥굩泣댐┸ | 111010001010101010100100111010101011001110100101111010101011010110101001111001101011001110100011111010111000110010010000111000101001010010111000 | e8aaa4eab3a5eab5a9e6b3a3eb8c90e294b8 |
UHC | 誤곥굩泣댐┸ | 111010001010011010000001111000111000001010001111111010111110100010110100111011111010011010111111 | e8a681e3828febe8b4efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)