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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 害橋?偕?B | 100010100101000110001011101101000011111110011000111100010011111101000010 | 8a518bb43f98f13f42 |
EUC-JP | 害橋?偕?B | 101100111011001010110110101101100011111111010000111100110011111101000010 | b3b2b6b63fd0f33f42 |
UTF-8 | 害橋볜偕렡B | 11100101101011101011001111100110101010011000101111101011101100111001110011100101100000011001010111101011101000001010000101000010 | e5aeb3e6a98bebb39ce58195eba0a142 |
UHC | 害橋볜偕렡B | 1111101010101010110011101110100110111010101101111111101010100101100011101011001001000010 | faaacee9bab7faa58eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)