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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亦跫眛 | 100101101001001011100110111011011110000111000100 | 9692e6ede1c4 |
EUC-JP | 亦跫眛 | 110010111111001011101100111011111110001011000110 | cbf2ecefe2c6 |
UTF-8 | 亦跫眛 | 111001001011101010100110111010001011011110101011111001111001110010011011 | e4baa6e8b7abe79c9b |
UHC | 亦?? | 11100110101100100011111100111111 | e6b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)