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 | 邉ゆクサ | 111001111011001110000010111001001011100010111011 | e7b382e4b8bb |
EUC-JP | 邉ゆクサ | 1110111010110101101001001110011010001110101110001000111010111011 | eeb5a4e68eb88ebb |
UTF-8 | 邉ゆクサ | 111010011000001010001001111000111000001010000110111011111011110110111000111011111011110110111011 | e98289e38286efbdb8efbdbb |
UHC | ?ゆ?? | 0011111110101010111001100011111100111111 | 3faae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)