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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀?燼 | 1001011110000100001111111110000010011110 | 97843fe09e |
EUC-JP | 淀?燼 | 1100110111100100001111111101111111111110 | cde43fdffe |
UTF-8 | 淀렠燼 | 111001101011011110000000111010111010000010100000111001111000011110111100 | e6b780eba0a0e787bc |
UHC | 淀렠燼 | 111011111110001110001110101100011110001111101000 | efe38eb1e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)