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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髴也刊 | 111010011001110010010110111001111000101010100111 | e99c96e78aa7 |
EUC-JP | 髴也刊 | 111100011111110011001100111010011011010010101001 | f1fccce9b4a9 |
UTF-8 | 髴也刊 | 111010011010101110110100111001001011100110011111111001011000100010001010 | e9abb4e4b99fe5888a |
UHC | ?也刊 | 0011111111100101101001011100101011001010 | 3fe5a5caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)