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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 狆珎獺狆珎聰 | 111000001011110011100000110111011110000011011010111000001011110011100000110111011110001111100000 | e0bce0dde0dae0bce0dde3e0 |
EUC-JP | 狆珎獺狆珎聰 | 111000001011111011100000110111111110000011011100111000001011111011100000110111111110011011100010 | e0bee0dfe0dce0bee0dfe6e2 |
UTF-8 | 狆珎獺狆珎聰 | 111001111000101110000110111001111000111110001110111001111000110110111010111001111000101110000110111001111000111110001110111010001000000110110000 | e78b86e78f8ee78dbae78b86e78f8ee881b0 |
UHC | ??獺??聰 | 0011111100111111110100111011011100111111001111111111010111000110 | 3f3fd3b73f3ff5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)