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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鉐「蠎ュ裃ーB | 11100111111011111010001011100101101110101010110111100101110111111011000001000010 | e7efa2e5baade5dfb042 |
EUC-JP | 鉐「蠎ュ裃ーB | 11101110111100011000111010100010111010101011110010001110101011011110101011100001100011101011000001000010 | eef18ea2eabc8eadeae18eb042 |
UTF-8 | 鉐「蠎ュ裃ーB | 11101001100010011001000011101111101111011010001011101000101000001000111011101111101111011010110111101000101000111000001111101111101111011011000001000010 | e98990efbda2e8a08eefbdade8a383efbdb042 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)