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 | 謌阪藷邃ォ尞 | 1110011010001000100011011110001110001111100100111110001010000100101010111111101010101011 | e6888de38f93e284abfaab |
EUC-JP | 謌阪藷邃ォ尞 | 11101011111010001011101011100101101111011111001111100011111001001000111010101011100011111011101011101011 | ebe8bae5bdf3e3e48eab8fbaeb |
UTF-8 | 謌阪藷邃ォ尞 | 111010001010110010001100111010011001100010101010111010001001011110110111111010011000001010000011111011111011110110101011111001011011000010011110 | e8ac8ce998aae897b7e98283efbdabe5b09e |
UHC | ?阪藷邃?? | 001111111111100010100001111011101100101111100010110001010011111100111111 | 3ff8a1eecbe2c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)