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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 窩拔无諄?V | 11100010011111001001110101010101100111011101100111100110011110000011111101010110 | e27c9d559dd9e6783f56 |
EUC-JP | 窩拔无諄?V | 11100011110111011101100110110110110110101101101111101011110110010011111101010110 | e3ddd9b6dadbebd93f56 |
UTF-8 | 窩拔无諄렩V | 11100111101010101010100111100110100010111001010011100110100101111010000011101000101010111000010011101011101000001010100101010110 | e7aaa9e68b94e697a0e8ab84eba0a956 |
UHC | 窩拔无諄렩V | 1110100011000000110110101111101111011001111010011110001011110100100011101011011101010110 | e8c0dafbd9e9e2f48eb756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)