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 | 億?樟? | 100010011010110100111111100011111011111000111111 | 89ad3f8fbe3f |
EUC-JP | 億?樟鷗 | 1011001010101111001111111011111011000000100011111110110010111111 | b2af3fbec08fecbf |
UTF-8 | 億렑樟鷗 | 111001011000010010000100111010111010000010010001111001101010100010011111111010011011011110010111 | e58484eba091e6a89fe9b797 |
UHC | 億렑樟鷗 | 1110010111100010100011101010011011101101111010011100111111001110 | e5e28ea6ede9cfce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)