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 | 淀??? | 1001011110000100001111110011111100111111 | 97843f3f3f |
EUC-JP | 淀?瑗? | 11001101111001000011111110001111110011001100000000111111 | cde43f8fccc03f |
UTF-8 | 淀렠瑗렦 | 111001101011011110000000111010111010000010100000111001111001000110010111111010111010000010100110 | e6b780eba0a0e79197eba0a6 |
UHC | 淀렠瑗렦 | 1110111111100011100011101011000111101010101111001000111010110101 | efe38eb1eabc8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)