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 | 霍帶㍾謦ォ | 111010001011011110011011111001101000011110001101111001101001001010101011 | e8b79be6878de692ab |
EUC-JP | 霍帶?謦ォ | 111100001011100111010110111010000011111111101011111100101000111010101011 | f0b9d6e83febf28eab |
UTF-8 | 霍帶㍾謦ォ | 111010011001110010001101111001011011100010110110111000111000110110111110111010001010110010100110111011111011110110101011 | e99c8de5b8b6e38dbee8aca6efbdab |
UHC | ?帶??? | 001111111101001111100001001111110011111100111111 | 3fd3e13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)