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 | ?忽斐 | 0011111110001101100110101001010011100011 | 3f8d9a94e3 |
EUC-JP | ?忽斐 | 0011111110111001111110101100100011100101 | 3fb9fac8e5 |
UTF-8 | 뤚忽斐 | 111010111010010010011010111001011011111110111101111001101001011010010000 | eba49ae5bfbde69690 |
UHC | 뤚忽斐 | 100011111100100111111011111011001101110111101100 | 8fc9fbecddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)