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 | 渦??鸚? | 10001001010100010011111100111111111010100101111100111111 | 89513f3fea5f3f |
EUC-JP | 渦??鸚? | 10110001101100100011111100111111111100111100000000111111 | b1b23f3ff3c03f |
UTF-8 | 渦경렋鸚싨 | 111001101011100010100110111010101011001010111101111010111010000010001011111010011011100010011010111011001000101110101000 | e6b8a6eab2bdeba08be9b89aec8ba8 |
UHC | 渦경렋鸚싨 | 11101000101111101011000011100110100011101010001011100101101001001001101011100110 | e8beb0e68ea2e5a49ae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)