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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 訛?}訛?{^ | 111001100110000100111111011111011110011001100001001111110111101101011110 | e6613f7de6613f7b5e |
EUC-JP | 訛?}訛?{^ | 111010111100001000111111011111011110101111000010001111110111101101011110 | ebc23f7debc23f7b5e |
UTF-8 | 訛빊}訛빊{^ | 111010001010100010011011111010111011100110001010011111011110100010101000100110111110101110111001100010100111101101011110 | e8a89bebb98a7de8a89bebb98a7b5e |
UHC | 訛빊}訛빊{^ | 1110100011000101100101011011000001111101111010001100010110010101101100000111101101011110 | e8c595b07de8c595b07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)