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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 艫演歓] | 11100100100000111000100110001001100010101011110101011101 | e48389898abd5d |
EUC-JP | 艫演歓] | 11100111111000111011000111101001101101001011111101011101 | e7e3b1e9b4bf5d |
UTF-8 | 艫演歓] | 11101000100010011010101111100110101111001001010011100110101011011001001101011101 | e889abe6bc94e6ad935d |
UHC | ?演?] | 0011111111100110110100010011111101011101 | 3fe6d13f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)