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 | 臆??猷ユ? | 100010011011000000111111001111111001011101010001100000111000011000111111 | 89b03f3f975183863f |
EUC-JP | 臆??猷ユ? | 101100101011001000111111001111111100110110110010101001011110011000111111 | b2b23f3fcdb2a5e63f |
UTF-8 | 臆얄뵡猷ユ룚 | 111010001000011110000110111011001001011010000100111010111011010110100001111001111000110010110111111000111000001110100110111010111010001110011010 | e88786ec9684ebb5a1e78cb7e383a6eba39a |
UHC | 臆얄뵡猷ユ룚 | 111001011110011010111110111000101001010010100001111010111010001110101011111001101000111110010110 | e5e6bee294a1eba3abe68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)