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 | 吟ョ?矣 | 10001011111000011000001110000111001111111110000111100001 | 8be183873fe1e1 |
EUC-JP | 吟ョ?矣 | 10110110111000111010010111100111001111111110001011100011 | b6e3a5e73fe2e3 |
UTF-8 | 吟ョ눉矣 | 111001011001000010011111111000111000001110100111111010111000100010001001111001111001111110100011 | e5909fe383a7eb8889e79fa3 |
UHC | 吟ョ눉矣 | 1110101111100001101010111110011110000111101001111110101111111000 | ebe1abe787a7ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)