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 | ??蔭六 | 001111110011111110001000111111001001100001011010 | 3f3f88fc985a |
EUC-JP | 珽?蔭六 | 1000111111001011111111100011111110110000111111101100111110111011 | 8fcbfe3fb0fecfbb |
UTF-8 | 珽렰蔭六 | 111001111000111110111101111010111010000010110000111010001001010010101101111001011000010110101101 | e78fbdeba0b0e894ade585ad |
UHC | 珽렰蔭六 | 1110111111101010100011101011110111101011111000111101011110111111 | efea8ebdebe3d7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)