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 | 裙倡ッ | 1110010111100011100110001110011110101111 | e5e398e7af |
EUC-JP | 裙倡ッ | 111010101110010111010000111010011000111010101111 | eae5d0e98eaf |
UTF-8 | 裙倡ッ | 111010001010001110011001111001011000000010100001111011111011110110101111 | e8a399e580a1efbdaf |
UHC | 裙倡? | 1100111111011001111100111101101100111111 | cfd9f3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)