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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 汝?ぐH | 100100111111000000111111100000101010111001001000 | 93f03f82ae48 |
EUC-JP | 汝?ぐH | 110001101111001000111111101001001011000001001000 | c6f23fa4b048 |
UTF-8 | 汝싪ぐH | 11100110101100011001110111101100100010111010101011100011100000011001000001001000 | e6b19dec8baae3819048 |
UHC | 汝싪ぐH | 11100110101000111001101011101000101010101011000001001000 | e6a39ae8aab048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)