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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??弱? | 10011000011000000011111100111111100011101110001100111111 | 98603f3f8ee33f |
EUC-JP | 倭??弱? | 11001111110000010011111100111111101111001110010100111111 | cfc13f3fbce53f |
UTF-8 | 倭뜹젮弱놟 | 111001011000000010101101111010111001110010111001111011001010000010101110111001011011110010110001111010111000011010011111 | e580adeb9cb9eca0aee5bcb1eb869f |
UHC | 倭뜹젮弱놟 | 11101000110111101011011011100101101000001010010011100101101100001000011101000010 | e8deb6e5a0a4e5b08742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)