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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 渦??塋ゆ? | 100010010101000100111111001111111001101011001000100000101110010000111111 | 89513f3f9ac882e43f |
EUC-JP | 渦??塋ゆ? | 101100011011001000111111001111111101010011001010101001001110011000111111 | b1b23f3fd4caa4e63f |
UTF-8 | 渦겻많塋ゆ㉬ | 111001101011100010100110111010101011001010111011111010111010011110001110111001011010000110001011111000111000001010000110111000111000100110101100 | e6b8a6eab2bbeba78ee5a18be38286e389ac |
UHC | 渦겻많塋ゆ㉬ | 111010001011111010110000111001001011100010111001111001111010101110101010111001101010100010111101 | e8beb0e4b8b9e7abaae6a8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)