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 | 岳昭? | 1000101001111000100011111011101000111111 | 8a788fba3f |
EUC-JP | 岳昭? | 1011001111011001101111101011110000111111 | b3d9bebc3f |
UTF-8 | 岳昭걒 | 111001011011001010110011111001101001100010101101111010101011000110010010 | e5b2b3e698adeab192 |
UHC | 岳昭걒 | 111001001011111111100001101110011000000101111000 | e4bfe1b98178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)