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 | 渦??嶸よ? | 100010010101000100111111001111111111101010110100100000101110011000111111 | 89513f3ffab482e63f |
EUC-JP | 渦??嶸よ? | 10110001101100100011111100111111100011111011101111110100101001001110100000111111 | b1b23f3f8fbbf4a4e83f |
UTF-8 | 渦계쒼嶸よ뇮 | 111001101011100010100110111010101011001110000100111011001001001010111100111001011011011010111000111000111000001010001000111010111000011110101110 | e6b8a6eab384ec92bce5b6b8e38288eb87ae |
UHC | 渦계쒼嶸よ뇮 | 111010001011111010110000111010001011111010110000111001111010111010101010111010001000011110010011 | e8beb0e8beb0e7aeaae88793 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)