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 | 遙e?億 | 11101010101000011000001010000101001111111000100110101101 | eaa182853f89ad |
EUC-JP | 遙e?億 | 11110100101000111010001111100101001111111011001010101111 | f4a3a3e53fb2af |
UTF-8 | 遙e똻億 | 111010011000000110011001111011111011110110000101111010111001100010111011111001011000010010000100 | e98199efbd85eb98bbe58484 |
UHC | 遙e똻億 | 1110100110101011101000111110010110001100100000011110010111100010 | e9aba3e58c81e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)