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 | 1001000011011111001111110011111110011010111000010011111101000010 | 90df3f3f9ae13f42 |
EUC-JP | 節??壯?B | 1100000011100001001111110011111111010100111000110011111101000010 | c0e13f3fd4e33f42 |
UTF-8 | 節억풆壯놲B | 11100111101011111000000011101100100101101011010111101101100100101000011011100101101000111010111111101011100001101011001001000010 | e7af80ec96b5ed9286e5a3afeb86b242 |
UHC | 節억풆壯놲B | 1110111110111101101111101110111110111110100011101110110111100000100001110101010001000010 | efbdbeefbe8eede0875442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)