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 | 鳫ー昮キ晶ウ | 111010011110110110110000111110101101001010110111100011111011101110110011 | e9edb0fad2b78fbbb3 |
EUC-JP | 鳫ー昮キ晶ウ | 11110010111011111000111010110000100011111100001010101011100011101011011110111110101111011000111010110011 | f2ef8eb08fc2ab8eb7bebd8eb3 |
UTF-8 | 鳫ー昮キ晶ウ | 111010011011001110101011111011111011110110110000111001101001100010101110111011111011110110110111111001101001100110110110111011111011110110110011 | e9b3abefbdb0e698aeefbdb7e699b6efbdb3 |
UHC | ????晶? | 00111111001111110011111100111111111011111101110000111111 | 3f3f3f3fefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)