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 | ???幽?? | 00111111001111110011111110010111010010000011111100111111 | 3f3f3f97483f3f |
EUC-JP | ???幽?? | 00111111001111110011111111001101101010010011111100111111 | 3f3f3fcda93f3f |
UTF-8 | 曆뱀뮂幽긺삜 | 111011111010011010001011111010111011000110000000111010111010111010000010111001011011100110111101111010101011100010111010111011001000001010011100 | efa68bebb180ebae82e5b9bdeab8baec829c |
UHC | 曆뱀뮂幽긺삜 | 111001101011011110111001111011001001001010010001111010101110101110110001111001111001100010011111 | e6b7b9ec9291eaebb1e7989f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)