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 | 陜滄。泌ッョ | 111010001001110110011111111010011010000110010100111001011010111110101110 | e89d9fe9a194e5afae |
EUC-JP | 陜滄。泌ッョ | 111011111111110111011110111010111000111010100001110010001110011110001110101011111000111010101110 | effddeeb8ea1c8e78eaf8eae |
UTF-8 | 陜滄。泌ッョ | 111010011001100110011100111001101011101110000100111011111011110110100001111001101011001110001100111011111011110110101111111011111011110110101110 | e9999ce6bb84efbda1e6b38cefbdafefbdae |
UHC | 陜滄?泌?? | 111110011111000011110011111001110011111111111001101100100011111100111111 | f9f0f3e73ff9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)