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 | 鉚皮n | 111001111111010010010100111001111000001010001110 | e7f494e7828e |
EUC-JP | 鉚皮n | 111011101111011011001000111010011010001111101110 | eef6c8e9a3ee |
UTF-8 | 鉚皮n | 111010011000100110011010111001111001101010101110111011111011110110001110 | e9899ae79aaeefbd8e |
UHC | ?皮n | 0011111111111001101010111010001111101110 | 3ff9aba3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)