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 | 闇ν? | 1000100011000101100000111100101100111111 | 88c583cb3f |
EUC-JP | 闇ν? | 1011000011000111101001101100110100111111 | b0c7a6cd3f |
UTF-8 | 闇ν뮓 | 1110100110010111100001111100111010111101111010111010111010010011 | e99787cebdebae93 |
UHC | 闇ν뮓 | 111001001110000110100101111011011001001010011111 | e4e1a5ed929f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)