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 | 譯???雅 | 11100110101000010011111100111111001111111000100111101011 | e6a13f3f3f89eb |
EUC-JP | 譯???雅 | 11101100101000110011111100111111001111111011001011101101 | eca33f3f3fb2ed |
UTF-8 | 譯롋뉗럞雅 | 111010001010110110101111111010111010000110001011111010111000100110010111111010111001111110011110111010011001101110000101 | e8adafeba18beb8997eb9f9ee99b85 |
UHC | 譯롋뉗럞雅 | 11100110101110111000111011010001100001111110110010001110100000011110010010111010 | e6bb8ed187ec8e81e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)