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 | 歟????? | 10011111011000100011111100111111001111110011111100111111 | 9f623f3f3f3f3f |
EUC-JP | 歟????? | 11011101110000110011111100111111001111110011111100111111 | ddc33f3f3f3f3f |
UTF-8 | 歟볥젻樂뗫젨 | 111001101010110110011111111010111011001110100101111011001010000010111011111011111010011010111111111010111001011110101011111011001010000010101000 | e6ad9febb3a5eca0bbefa6bfeb97abeca0a8 |
UHC | 歟볥젻樂뗫젨 | 111001101010001010010011111010111010000010101110111010001111100110001011111010111010000010100000 | e6a293eba0aee8f98beba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)