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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | マトニソK | 1100111111000100110001101011111101001011 | cfc4c6bf4b |
EUC-JP | マトニソK | 100011101100111110001110110001001000111011000110100011101011111101001011 | 8ecf8ec48ec68ebf4b |
UTF-8 | マトニソK | 11101111101111101000111111101111101111101000010011101111101111101000011011101111101111011011111101001011 | efbe8fefbe84efbe86efbdbf4b |
UHC | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)