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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雉雁娼^ | 11101000101100111000101011100101100011111010100101011110 | e8b38ae58fa95e |
EUC-JP | 雉雁娼^ | 11110000101101011011010011100111101111101010101101011110 | f0b5b4e7beab5e |
UTF-8 | 雉雁娼^ | 11101001100110111000100111101001100110111000000111100101101010001011110001011110 | e99b89e99b81e5a8bc5e |
UHC | 雉雁娼^ | 11110110110010111110010011010010111100111101111001011110 | f6cbe4d2f3de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)