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 | 邀??裕ユ? | 111001111011000100111111001111111001011101010100100000111000011000111111 | e7b13f3f975483863f |
EUC-JP | 邀??裕ユ? | 111011101011001100111111001111111100110110110101101001011110011000111111 | eeb33f3fcdb5a5e63f |
UTF-8 | 邀싲겦裕ユ껸 | 111010011000001010000000111011001000101110110010111010101011001010100110111010001010001110010101111000111000001110100110111010101011101110111000 | e98280ec8bb2eab2a6e8a395e383a6eabbb8 |
UHC | 邀싲겦裕ユ껸 | 111010011010110110011010111010111000000110111000111010111010111010101011111001101011001010111001 | e9ad9aeb81b8ebaeabe6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)