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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴣室煆疾 | 1110100111110011100011101011101011111011010101101000111010111110 | e9f38ebafb568ebe |
EUC-JP | 鴣室煆疾 | 111100101111010110111100101111001000111111001001111101001011110011000000 | f2f5bcbc8fc9f4bcc0 |
UTF-8 | 鴣室煆疾 | 111010011011010010100011111001011010111010100100111001111000010110000110111001111001011010111110 | e9b4a3e5aea4e78586e796be |
UHC | ?室?疾 | 001111111110001111111000001111111111001011110000 | 3fe3f83ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)