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 | 邨る峺 | 111001111011010110000010111010011001101110110110 | e7b582e99bb6 |
EUC-JP | 邨る峺 | 111011101011011110100100111010111101011010111000 | eeb7a4ebd6b8 |
UTF-8 | 邨る峺 | 111010011000001010101000111000111000001010001011111001011011001110111010 | e982a8e3828be5b3ba |
UHC | 邨る? | 1111010110111110101010101110101100111111 | f5beaaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)