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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯ャ繧句ュォ | 111010011001100110101100111000111000001010001011111001011010110110101011 | e999ace3828be5adab |
EUC-JP | 髯ャ繧句ュォ | 111100011111100110001110101011001110010111100010101101101110011110001110101011011000111010101011 | f1f98eace5e2b6e78ead8eab |
UTF-8 | 髯ャ繧句ュォ | 111010011010101110101111111011111011110110101100111001111011100110100111111001011000111110100101111011111011110110101101111011111011110110101011 | e9abafefbdace7b9a7e58fa5efbdadefbdab |
UHC | ???句?? | 00111111001111110011111111001111101000110011111100111111 | 3f3f3fcfa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)