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 | ?忽p?迦 | 0011111110001101100110101000001010010000001111111000100111011110 | 3f8d9a82903f89de |
EUC-JP | ?忽p芚迦 | 00111111101110011111101010100011111100001000111111010111101110111011001011100000 | 3fb9faa3f08fd7bbb2e0 |
UTF-8 | 뤚忽p芚迦 | 111010111010010010011010111001011011111110111101111011111011110110010000111010001000101010011010111010001011111110100110 | eba49ae5bfbdefbd90e88a9ae8bfa6 |
UHC | 뤚忽p芚迦 | 10001111110010011111101111101100101000111111000011010100111011001100101010111100 | 8fc9fbeca3f0d4eccabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)