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 | 繒逢??臍 | 1111101110001111100010001010011100111111001111111110010001100000 | fb8f88a73f3fe460 |
EUC-JP | 繒逢??臍 | 100011111101010011010100101100001010100100111111001111111110011111000001 | 8fd4d4b0a93f3fe7c1 |
UTF-8 | 繒逢렰렢臍 | 111001111011100110010010111010011000000010100010111010111010000010110000111010111010000010100010111010001000011110001101 | e7b992e980a2eba0b0eba0a2e8878d |
UHC | 繒逢렰렢臍 | 11110001111110011101110011110001100011101011110110001110101100111111000010110000 | f1f9dcf18ebd8eb3f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)