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 | 爾鈍? | 1000111010100010100100111101110100111111 | 8ea293dd3f |
EUC-JP | 爾鈍? | 1011110010100100110001101101111100111111 | bca4c6df3f |
UTF-8 | 爾鈍을 | 111001111000100010111110111010011000100010001101111011001001110110000100 | e788bee9888dec9d84 |
UHC | 爾鈍을 | 111011001011001111010100111011111100000010111011 | ecb3d4efc0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)