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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ?暴?]H | 001111111001011001011100001111110101110101001000 | 3f965c3f5d48 |
EUC-JP | ?暴?]H | 001111111100101110111101001111110101110101001000 | 3fcbbd3f5d48 |
UTF-8 | 뤋暴챑]H | 1110101110100100100010111110011010011010101101001110110010110001100100010101110101001000 | eba48be69ab4ecb1915d48 |
UHC | 뤋暴챑]H | 1000111110111011111110001110110010101010011000110101110101001000 | 8fbbf8ecaa635d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)