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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盧肆嶋圓 | 1110000110111000111000111110011010010011100010001001101010100010 | e1b8e3e693889aa2 |
EUC-JP | 盧肆嶋圓 | 1110001010111010111001101110100011000101111010001101010010100100 | e2bae6e8c5e8d4a4 |
UTF-8 | 盧肆嶋圓 | 111001111001101110100111111010001000001010000110111001011011011010001011111001011001110010010011 | e79ba7e88286e5b68be59c93 |
UHC | 盧肆嶋圓 | 1101011011010100110111101110101111010011111101111110101010101101 | d6d4deebd3f7eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)