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 | 10110001110111101100110111001011110000001011100101000010 | b1decdcbc0b942 |
SJIS-WIN | ±?????B | 1000000101111101001111110011111100111111001111110011111101000010 | 817d3f3f3f3f3f42 |
EUC-JP | ±ÞÍËÀ?B | 10100001110111101000111110101001101100001000111110101010101111111000111110101010101100111000111110101010101000100011111101000010 | a1de8fa9b08faabf8faab38faaa23f42 |
UTF-8 | ±ÞÍËÀ¹B | 11000010101100011100001110011110110000111000110111000011100010111100001110000000110000101011100101000010 | c2b1c39ec38dc38bc380c2b942 |
UHC | ±Þ???¹B | 10100001101111101010100010101101001111110011111100111111101010011111011001000010 | a1bea8ad3f3f3fa9f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)