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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ヤル\ | 1111011011100011110101001101100101011100 | f6e3d4d95c |
EUC-JP | ?ヤル\ | 001111111000111011010100100011101101100101011100 | 3f8ed48ed95c |
UTF-8 | ヤル\ | 11101110100101001000101011101111101111101001010011101111101111101001100101011100 | ee948aefbe94efbe995c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)