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 | 渦??塋ゅ? | 100010010101000100111111001111111001101011001000100000101110001100111111 | 89513f3f9ac882e33f |
EUC-JP | 渦??塋ゅ? | 101100011011001000111111001111111101010011001010101001001110010100111111 | b1b23f3fd4caa4e53f |
UTF-8 | 渦겼뜏塋ゅ끀 | 111001101011100010100110111010101011001010111100111010111001110010001111111001011010000110001011111000111000001010000101111010111000000110000000 | e6b8a6eab2bceb9c8fe5a18be38285eb8180 |
UHC | 渦겼뜏塋ゅ끀 | 111010001011111010110000111001011000110110010010111001111010101110101010111001011000010110110110 | e8beb0e58d92e7abaae585b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)