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 | ?嶽燮? | 001111111001101111010100100110011101011100111111 | 3f9bd499d73f |
EUC-JP | ?嶽燮? | 001111111101011011010110110100101101100100111111 | 3fd6d6d2d93f |
UTF-8 | 센嶽燮솽 | 111011001000010010111100111001011011011010111101111001111000011110101110111011001000011010111101 | ec84bce5b6bde787aeec86bd |
UHC | 센嶽燮솽 | 1011110010111110111001001100000011100000111100001011110011100001 | bcbee4c0e0f0bce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)