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 | 邨るけ | 111001111011010110000010111010011000001010101111 | e7b582e982af |
EUC-JP | 邨るけ | 111011101011011110100100111010111010010010110001 | eeb7a4eba4b1 |
UTF-8 | 邨るけ | 111010011000001010101000111000111000001010001011111000111000000110010001 | e982a8e3828be38191 |
UHC | 邨るけ | 111101011011111010101010111010111010101010110001 | f5beaaebaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)