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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 有??? | 1001011101001100001111110011111100111111 | 974c3f3f3f |
EUC-JP | 有??渶 | 11001101101011010011111100111111100011111100011111101101 | cdad3f3f8fc7ed |
UTF-8 | 有뉒눉渶 | 111001101001110010001001111010111000100110010010111010111000100010001001111001101011100010110110 | e69c89eb8992eb8889e6b8b6 |
UHC | 有뉒눉渶 | 1110101011110011100001111110011110000111101001111110011110110111 | eaf387e787a7e7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)