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 | 將??? | 1001101110010010001111110011111100111111 | 9b923f3f3f |
EUC-JP | 將??? | 1101010111110010001111110011111100111111 | d5f23f3f3f |
UTF-8 | 將쇱렦렋 | 111001011011000010000111111011001000011110110001111010111010000010100110111010111010000010001011 | e5b087ec87b1eba0a6eba08b |
UHC | 將쇱렦렋 | 1110110111100010101111001110110010001110101101011000111010100010 | ede2bcec8eb58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)