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 | 鉈ウ弡 | 1110011111101011101100111111101010110111 | e7ebb3fab7 |
EUC-JP | 鉈ウ弡 | 11101110111011011000111010110011100011111011110011100100 | eeed8eb38fbce4 |
UTF-8 | 鉈ウ弡 | 111010011000100110001000111011111011110110110011111001011011110010100001 | e98988efbdb3e5bca1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)