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 | 蒡ウ繽 | 1110010011101110101100111110001110001111 | e4eeb3e38f |
EUC-JP | 蒡ウ繽 | 111010001111000010001110101100111110010111101111 | e8f08eb3e5ef |
UTF-8 | 蒡ウ繽 | 111010001001001010100001111011111011110110110011111001111011100110111101 | e892a1efbdb3e7b9bd |
UHC | 蒡?? | 11011011101111000011111100111111 | dbbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)