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 | 銖占挙裄 | 1110011111110001100100001110100010001011100100111110010111100000 | e7f190e88b93e5e0 |
EUC-JP | 銖占挙裄 | 1110111011110011110000001110101010110101111100111110101011100010 | eef3c0eab5f3eae2 |
UTF-8 | 銖占挙裄 | 111010011000101010010110111001011000110110100000111001101000110010011001111010001010001110000100 | e98a96e58da0e68c99e8a384 |
UHC | 銖占?? | 111000101100011111101111101111110011111100111111 | e2c7efbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)