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 | 辱??游?? | 1001000001001010001111110011111110011111111000000011111100111111 | 904a3f3f9fe03f3f |
EUC-JP | 辱??游?? | 1011111110101011001111110011111111011110111000100011111100111111 | bfab3f3fdee23f3f |
UTF-8 | 辱됰씭游면큺 | 111010001011111010110001111010111001000010110000111011001001010010101101111001101011100010111000111010111010100110110100111011011000000110111010 | e8beb1eb90b0ec94ade6b8b8eba9b4ed81ba |
UHC | 辱됰씭游면큺 | 111010011011010010001001111010111001110110111110111010101111110110111000111010011011010010001001 | e9b489eb9dbeeafdb8e9b489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)