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 | 棚辰他鱈 | 1001001001001001100100100100001110010001101111001001001001001100 | 9249924391bc924c |
EUC-JP | 棚辰他鱈 | 1100001110101010110000111010010011000010101111101100001110101101 | c3aac3a4c2bec3ad |
UTF-8 | 棚辰他鱈 | 111001101010001110011010111010001011111010110000111001001011101110010110111010011011000110001000 | e6a39ae8beb0e4bb96e9b188 |
UHC | 棚辰他? | 11011101110111001111001011100011111101101110001000111111 | dddcf2e3f6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)