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 | ラョホラョホ | 1101011110101110110011101111011101101000110101111010111011001110 | d7aecef768d7aece |
EUC-JP | ラョホ?ラョホ | 10001110110101111000111010101110100011101100111000111111100011101101011110001110101011101000111011001110 | 8ed78eae8ece3f8ed78eae8ece |
UTF-8 | ラョホラョホ | 111011111011111010010111111011111011110110101110111011111011111010001110111011101001010110001100111011111011111010010111111011111011110110101110111011111011111010001110 | efbe97efbdaeefbe8eee958cefbe97efbdaeefbe8e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)