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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霽???樹 | 11101000110001110011111100111111001111111000111011110111 | e8c73f3f3f8ef7 |
EUC-JP | 霽??嶠樹 | 111100001100100100111111001111111000111110111011111011111011110011111001 | f0c93f3f8fbbefbcf9 |
UTF-8 | 霽樓렫嶠樹 | 111010011001110010111101111011111010010110001100111010111010000010101011111001011011011010100000111001101010100010111001 | e99cbdefa58ceba0abe5b6a0e6a8b9 |
UHC | 霽樓렫嶠樹 | 11110000101110001101001011100110100011101011100111001110111001001110001010100111 | f0b8d2e68eb9cee4e2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)