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 | 堤?肛 | 1001001011100111001111111110001111101000 | 92e73fe3e8 |
EUC-JP | 堤?肛 | 1100010011101001001111111110011011101010 | c4e93fe6ea |
UTF-8 | 堤렚肛 | 111001011010000010100100111010111010000010011010111010001000001010011011 | e5a0a4eba09ae8829b |
UHC | 堤렚肛 | 111100001010011110001110101011011111100111111101 | f0a78eadf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)