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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 砥碌爾 | 100100110111010111100001111011111000111010100010 | 9375e1ef8ea2 |
EUC-JP | 砥碌爾 | 110001011101011011100010111100011011110010100100 | c5d6e2f1bca4 |
UTF-8 | 砥碌爾 | 111001111010000010100101111001111010001010001100111001111000100010111110 | e7a0a5e7a28ce788be |
UHC | 砥碌爾 | 111100101011001011010110110111101110110010110011 | f2b2d6deecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)