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 | 循?燔粃 | 10001111011110100011111111100000100110001110001011100001 | 8f7a3fe098e2e1 |
EUC-JP | 循?燔粃 | 10111101110110110011111111011111111110001110010011100011 | bddb3fdff8e4e3 |
UTF-8 | 循뤾燔粃 | 111001011011111010101010111010111010010010111110111001111000011110010100111001111011001010000011 | e5beaaeba4bee78794e7b283 |
UHC | 循뤾燔粃 | 1110001011100000100011111110101011011011111000101101110111111011 | e2e08feadbe2ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)