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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 要??節ф?h | 10010111011101100011111100111111100100001101111110000100100001100011111101101000 | 97763f3f90df84863f68 |
EUC-JP | 要??節ф?h | 11001101110101110011111100111111110000001110000110100111111001100011111101101000 | cdd73f3fc0e1a7e63f68 |
UTF-8 | 要⑵듊節ф떯h | 111010001010011010000001111000101001000110110101111010111001001110001010111001111010111110000000110100011000010011101011100101101010111101101000 | e8a681e291b5eb938ae7af80d184eb96af68 |
UHC | 要⑵듊節ф떯h | 11101001101010011010100111101000100010101011110111101111101111011010110011100110100010111011111101101000 | e9a9a9e88abdefbdace68bbf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)