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 | ???遍? | 001111110011111100111111100101011101010100111111 | 3f3f3f95d53f |
EUC-JP | ???遍? | 001111110011111100111111110010101101011100111111 | 3f3f3fcad73f |
UTF-8 | 뤾轢녔遍쳂 | 111010111010010010111110111011111010011010001101111010111000010110010100111010011000000110001101111011001011001110000010 | eba4beefa68deb8594e9818decb382 |
UHC | 뤾轢녔遍쳂 | 10001111111010101110011010111100101100111110011011111000101111001010101101101000 | 8feae6bcb3e6f8bcab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)