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 | 赳泓跳 | 111001101110000010011111100101111001001010110101 | e6e09f9792b5 |
EUC-JP | 赳泓跳 | 111011001110001011011101111101111100010010110111 | ece2ddf7c4b7 |
UTF-8 | 赳泓跳 | 111010001011010110110011111001101011001110010011111010001011011110110011 | e8b5b3e6b393e8b7b3 |
UHC | 赳泓跳 | 110100001010111111111011111100101101010010101111 | d0affbf2d4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)