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 | 100100100100100110010010010000111001000110111010100100011010011001000010 | 9249924391ba91a642 |
EUC-JP | 棚辰村即B | 110000111010101011000011101001001100001010111100110000101010100001000010 | c3aac3a4c2bcc2a842 |
UTF-8 | 棚辰村即B | 11100110101000111001101011101000101111101011000011100110100111011001000111100101100011011011001101000010 | e6a39ae8beb0e69d91e58db342 |
UHC | 棚辰村?B | 1101110111011100111100101110001111110101101111010011111101000010 | dddcf2e3f5bd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)