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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癰癰闇 | 111000011001111011100001100111101000100011000101 | e19ee19e88c5 |
EUC-JP | 癰癰闇 | 111000011111111011100001111111101011000011000111 | e1fee1feb0c7 |
UTF-8 | 癰癰闇 | 111001111001100110110000111001111001100110110000111010011001011110000111 | e799b0e799b0e99787 |
UHC | 癰癰闇 | 111010001011100111101000101110011110010011100001 | e8b9e8b9e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)