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 | 瞳??? | 1001001110110101001111110011111100111111 | 93b53f3f3f |
EUC-JP | 瞳??? | 1100011010110111001111110011111100111111 | c6b73f3f3f |
UTF-8 | 瞳뤅欄헊 | 111001111001111010110011111010111010010010000101111011111010010010011101111011011001011110001010 | e79eb3eba485efa49ded978a |
UHC | 瞳뤅欄헊 | 1101010011011010100011111011010111010001111011011100001001000001 | d4da8fb5d1edc241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)