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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 渦??馭?\ | 1000100101010001001111110011111111101001011001100011111101011100 | 89513f3fe9663f5c |
EUC-JP | 渦??馭?\ | 1011000110110010001111110011111111110001110001110011111101011100 | b1b23f3ff1c73f5c |
UTF-8 | 渦곈콌馭칥\ | 11100110101110001010011011101010101100111000100011101100101111011000110011101001101001101010110111101100101110011010010101011100 | e6b8a6eab388ecbd8ce9a6adecb9a55c |
UHC | 渦곈콌馭칥\ | 1110100010111110101100001110100110110001100010001110010111011111101011110111011001011100 | e8beb0e9b188e5dfaf765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)