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 | ?ν? | 00111111100000111100101100111111 | 3f83cb3f |
EUC-JP | ?ν? | 00111111101001101100110100111111 | 3fa6cd3f |
UTF-8 | 嶪ν룦 | 1110010110110110101010101100111010111101111010111010001110100110 | e5b6aacebdeba3a6 |
UHC | 嶪ν룦 | 111001011111010110100101111011011000111110011111 | e5f5a5ed8f9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)