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 | 癲?…?? | 11100001100111110011111110000001011000110011111100111111 | e19f3f81633f3f |
EUC-JP | 癲?…沅? | 111000101010000100111111101000011100010010001111110001101110100100111111 | e2a13fa1c48fc6e93f |
UTF-8 | 癲뉖…沅놟 | 111001111001100110110010111010111000100110010110111000101000000010100110111001101011001010000101111010111000011010011111 | e799b2eb8996e280a6e6b285eb869f |
UHC | 癲뉖…沅놟 | 11101111101001101000011111101011101000011010011011101010101101101000011101000010 | efa687eba1a6eab68742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)