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 | 娃?也よ? | 1000100010100001001111111001011011100111100000101110011000111111 | 88a13f96e782e63f |
EUC-JP | 娃?也よ? | 1011000010100011001111111100110011101001101001001110100000111111 | b0a33fcce9a4e83f |
UTF-8 | 娃봱也よ씩 | 111001011010100010000011111010111011010010110001111001001011100110011111111000111000001010001000111011001001010010101001 | e5a883ebb4b1e4b99fe38288ec94a9 |
UHC | 娃봱也よ씩 | 11101000110111111001010001110010111001011010010110101010111010001011111010111111 | e8df9472e5a5aae8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)