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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ュ?節ф | 0011111110000011100001010011111110010000110111111000010010000110 | 3f83853f90df8486 |
EUC-JP | ?ュ?節ф | 0011111110100101111001010011111111000000111000011010011111100110 | 3fa5e53fc0e1a7e6 |
UTF-8 | 燎ュ넇節ф | 1110111110100111100000001110001110000011101001011110101110000100100001111110011110101111100000001101000110000100 | efa780e383a5eb8487e7af80d184 |
UHC | 燎ュ넇節ф | 11101000111110111010101111100101100001101001011111101111101111011010110011100110 | e8fbabe58697efbdace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)