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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癌遜損癌遜 | 10001010111000001001000110111011100100011011100110001010111000001001000110111011 | 8ae091bb91b98ae091bb |
EUC-JP | 癌遜損癌遜 | 10110100111000101100001010111101110000101011101110110100111000101100001010111101 | b4e2c2bdc2bbb4e2c2bd |
UTF-8 | 癌遜損癌遜 | 111001111001100110001100111010011000000110011100111001101001000010001101111001111001100110001100111010011000000110011100 | e7998ce9819ce6908de7998ce9819c |
UHC | 癌遜損癌遜 | 11100100110111111110000111100001111000011101111111100100110111111110000111100001 | e4dfe1e1e1dfe4dfe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)