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 | ?O?L | 00111111010011110011111101001100 | 3f4f3f4c |
SJIS-WIN | 哭O哭L | 100110100100110001001111100110100100110001001100 | 9a4c4f9a4c4c |
EUC-JP | 哭O哭L | 110100111010110101001111110100111010110101001100 | d3ad4fd3ad4c |
UTF-8 | 哭O哭L | 1110010110010011101011010100111111100101100100111010110101001100 | e593ad4fe593ad4c |
UHC | 哭O哭L | 110011011101011001001111110011011101011001001100 | cdd64fcdd64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)