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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譯??揖?? | 1110011010100001001111110011111110010111010010110011111100111111 | e6a13f3f974b3f3f |
EUC-JP | 譯??揖?? | 1110110010100011001111110011111111001101101011000011111100111111 | eca33f3fcdac3f3f |
UTF-8 | 譯롮닂揖쇘뙠 | 111010001010110110101111111010111010000110101110111010111000101110000010111001101000111110010110111011001000011110011000111010111001100110100000 | e8adafeba1aeeb8b82e68f96ec8798eb99a0 |
UHC | 譯롮닂揖쇘뙠 | 111001101011101110001110111011001000100010001011111010111110011110111100111001111000110010100101 | e6bb8eec888bebe7bce78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)