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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 斟?津? | 100111011100111000111111100100101100001100111111 | 9dce3f92c33f |
EUC-JP | 斟?津? | 110110101101000000111111110001001100010100111111 | dad03fc4c53f |
UTF-8 | 斟롚津렏 | 111001101001011010011111111010111010000110011010111001101011010010100101111010111010000010001111 | e6969feba19ae6b4a5eba08f |
UHC | 斟롚津렏 | 1111001011111000100011101101111011110010110100001000111010100101 | f2f88edef2d08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)