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 | 畑??鎰?Ⅴ | 100101001010100000111111001111111110100001001100001111111000011101011000 | 94a83f3fe84c3f8758 |
EUC-JP | 畑??鎰?? | 1100100010101010001111110011111111101111101011010011111100111111 | c8aa3f3fefad3f3f |
UTF-8 | 畑대벝鎰롳Ⅴ | 111001111001010110010001111010111000110010000000111010111011001010011101111010011000111010110000111010111010000110110011111000101000010110100100 | e79591eb8c80ebb29de98eb0eba1b3e285a4 |
UHC | 畑대벝鎰롳Ⅴ | 111011111010010110110100111010111001001110111000111011001111000010001110111011111010010110110100 | efa5b4eb93b8ecf08eefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)