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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 贒諏贒諏B | 111110111010111110010000011110101111101110101111100100000111101001000010 | fbaf907afbaf907a42 |
EUC-JP | 贒諏贒諏B | 1000111111011111110000111011111111011011100011111101111111000011101111111101101101000010 | 8fdfc3bfdb8fdfc3bfdb42 |
UTF-8 | 贒諏贒諏B | 11101000101101001001001011101000101010111000111111101000101101001001001011101000101010111000111101000010 | e8b492e8ab8fe8b492e8ab8f42 |
UHC | ?諏?諏B | 00111111111101011101100000111111111101011101100001000010 | 3ff5d83ff5d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)