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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?嵩胥終? | 0011111110010000100100111110001111101111100011110100100100111111 | 3f9093e3ef8f493f |
EUC-JP | ?嵩胥終? | 0011111110111111111100111110011011110001101111011010101000111111 | 3fbff3e6f1bdaa3f |
UTF-8 | 룵嵩胥終룶 | 111010111010001110110101111001011011010110101001111010001000001110100101111001111011010110000010111010111010001110110110 | eba3b5e5b5a9e883a5e7b582eba3b6 |
UHC | 룵嵩胥終룶 | 10001111101010101110001110100001111000001010000111110000111110111000111110101011 | 8faae3a1e0a1f0fb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)