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 | 邁ォ譎カ岦咋 | 11100111101100001010101111100110100110011011011011111010101011001000110111101110 | e7b0abe699b6faac8dee |
EUC-JP | 邁ォ譎カ岦咋 | 11101110101100101000111010101011111010111111100110001110101101101000111110111011101100111011101011110000 | eeb28eabebf98eb68fbbb3baf0 |
UTF-8 | 邁ォ譎カ岦咋 | 111010011000001010000001111011111011110110101011111010001010110110001110111011111011110110110110111001011011001010100110111001011001001010001011 | e98281efbdabe8ad8eefbdb6e5b2a6e5928b |
UHC | 邁?譎??? | 1101100011100100001111111111110111010010001111110011111100111111 | d8e43ffdd23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)