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 | 渦?ぐ渦?ぐ | 10001001010100010011111110000010101011101000100101010001001111111000001010101110 | 89513f82ae89513f82ae |
EUC-JP | 渦?ぐ渦?ぐ | 10110001101100100011111110100100101100001011000110110010001111111010010010110000 | b1b23fa4b0b1b23fa4b0 |
UTF-8 | 渦계ぐ渦계ぐ | 111001101011100010100110111010101011001110000100111000111000000110010000111001101011100010100110111010101011001110000100111000111000000110010000 | e6b8a6eab384e38190e6b8a6eab384e38190 |
UHC | 渦계ぐ渦계ぐ | 111010001011111010110000111010001010101010110000111010001011111010110000111010001010101010110000 | e8beb0e8aab0e8beb0e8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)