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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍よュ譫哥 | 11101001100000101000001011100110100000111000010111100110100111101001101001000110 | e98282e68385e69e9a46 |
EUC-JP | 驍よュ譫哥 | 11110001111000101010010011101000101001011110010111101011111111101101001110100111 | f1e2a4e8a5e5ebfed3a7 |
UTF-8 | 驍よュ譫哥 | 111010011010100110001101111000111000001010001000111000111000001110100101111010001010110110101011111001011001001110100101 | e9a98de38288e383a5e8adabe593a5 |
UHC | 驍よュ?哥 | 111111011010010010101010111010001010101111100101001111111100101010101000 | fda4aae8abe53fcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)