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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫ヌ」 | 1111000011000000100011101011000011110001111000011100011110100011 | f0c08eb0f1e1c7a3 |
EUC-JP | ?鴫?ヌ」 | 0011111110111100101100100011111110001110110001111000111010100011 | 3fbcb23f8ec78ea3 |
UTF-8 | 鴫ヌ」 | 111011101000000110111111111010011011010010101011111011101000010110011100111011111011111010000111111011111011110110100011 | ee81bfe9b4abee859cefbe87efbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)