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 | ?鴦莖 | 0011111111101001111100011110010010110001 | 3fe9f1e4b1 |
EUC-JP | ?鴦莖 | 0011111111110010111100111110100010110011 | 3ff2f3e8b3 |
UTF-8 | 뤙鴦莖 | 111010111010010010011001111010011011010010100110111010001000111010010110 | eba499e9b4a6e88e96 |
UHC | 뤙鴦莖 | 100011111100100011100100111011001100110011101100 | 8fc8e4ecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)