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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | モ。簔耨 | 111101111010011111110000111000111101001110100001111000101100000111110111101001111110001111010011 | f7a7f0e3d3a1e2c1f7a7e3d3 |
EUC-JP | ??モ。簔?耨 | 0011111100111111100011101101001110001110101000011110010011000011001111111110011011010101 | 3f3f8ed38ea1e4c33fe6d5 |
UTF-8 | モ。簔耨 | 111011101001011010001010111011101000001010100010111011111011111010010011111011111011110110100001111001111011000010010100111011101001011010001010111010001000000010101000 | ee968aee82a2efbe93efbda1e7b094ee968ae880a8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)