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 | 渦욘땯塋ゅ겢 | 111001101011100010100110111011001001101010011000111010111001010110101111111001011010000110001011111000111000001010000101111010101011001010100010 | e6b8a6ec9a98eb95afe5a18be38285eab2a2 |
UHC | 渦욘땯塋ゅ겢 | 111010001011111010111111111001101000101110000101111001111010101110101010111001011000000110110100 | e8bebfe68b85e7abaae581b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)