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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 渦??驛??^ | 100010010101000100111111001111111110100110000011001111110011111101011110 | 89513f3fe9833f3f5e |
EUC-JP | 渦??驛??^ | 101100011011001000111111001111111111000111100011001111110011111101011110 | b1b23f3ff1e33f3f5e |
UTF-8 | 渦곈쮵驛녽쮵^ | 11100110101110001010011011101010101100111000100011101100101011101011010111101001101010011001101111101011100001011011110111101100101011101011010101011110 | e6b8a6eab388ecaeb5e9a99beb85bdecaeb55e |
UHC | 渦곈쮵驛녽쮵^ | 11101000101111101011000011101001101010001001001011100110101111101000011011101001101010001001001001011110 | e8beb0e9a892e6be86e9a8925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)