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 | 譽募凍 | 111001101010001110010101111001011001001110000000 | e6a395e59380 |
EUC-JP | 譽募凍 | 111011001010010111001010111001111100010111100000 | eca5cae7c5e0 |
UTF-8 | 譽募凍 | 111010001010110110111101111001011000101110011111111001011000011110001101 | e8adbde58b9fe5878d |
UHC | 譽募凍 | 111001111110001011011001101101001101010011010000 | e7e2d9b4d4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)