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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 茱スッ茱スッ^ | 111001001010001110111101101011111110010010100011101111011010111101011110 | e4a3bdafe4a3bdaf5e |
EUC-JP | 茱スッ茱スッ^ | 11101000101001011000111010111101100011101010111111101000101001011000111010111101100011101010111101011110 | e8a58ebd8eafe8a58ebd8eaf5e |
UTF-8 | 茱スッ茱スッ^ | 11101000100011001011000111101111101111011011110111101111101111011010111111101000100011001011000111101111101111011011110111101111101111011010111101011110 | e88cb1efbdbdefbdafe88cb1efbdbdefbdaf5e |
UHC | 茱??茱??^ | 111000101011110000111111001111111110001010111100001111110011111101011110 | e2bc3f3fe2bc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)