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 | 00111111001111111000001010110000001111110011111101000010 | 3f3f82b03f3f42 |
EUC-JP | ??げ??B | 00111111001111111010010010110010001111110011111101000010 | 3f3fa4b23f3f42 |
UTF-8 | 룶쥚げ룶깰B | 11101011101000111011011011101100101001011001101011100011100000011001001011101011101000111011011011101010101110011011000001000010 | eba3b6eca59ae38192eba3b6eab9b042 |
UHC | 룶쥚げ룶깰B | 1000111110101011101000101000111110101010101100101000111110101011101100011111110101000010 | 8faba28faab28fabb1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)