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 | ⅷ耳鈼式鰀 | 11111010010001111000111010101000111110111100011010001110101011101111110001000110 | fa478ea8fbc68eaefc46 |
EUC-JP | ?耳鈼式鰀 | 0011111110111100101010101000111111100011110101101011110010110000100011111110101110100101 | 3fbcaa8fe3d6bcb08feba5 |
UTF-8 | ⅷ耳鈼式鰀 | 111000101000010110110111111010001000000010110011111010011000100010111100111001011011110010001111111010011011000010000000 | e285b7e880b3e988bce5bc8fe9b080 |
UHC | ⅷ耳?式? | 1010010110101000111011001011110000111111111000111101001000111111 | a5a8ecbc3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)