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 | 雉頑ィス | 111010001011001110001010111001101010100010111101 | e8b38ae6a8bd |
EUC-JP | 雉頑ィス | 1111000010110101101101001110100010001110101010001000111010111101 | f0b5b4e88ea88ebd |
UTF-8 | 雉頑ィス | 111010011001101110001001111010011010000010010001111011111011110110101000111011111011110110111101 | e99b89e9a091efbda8efbdbd |
UHC | 雉頑?? | 111101101100101111101000110101110011111100111111 | f6cbe8d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)