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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 鈴?}Y鈴?}bE | 1001011111101001001111110111110101011001100101111110100100111111011111010110001001000101 | 97e93f7d5997e93f7d6245 |
EUC-JP | 鈴?}Y鈴?}bE | 1100111011101011001111110111110101011001110011101110101100111111011111010110001001000101 | ceeb3f7d59ceeb3f7d6245 |
UTF-8 | 鈴욈}Y鈴욈}bE | 1110100110001000101101001110110010011010100010000111110101011001111010011000100010110100111011001001101010001000011111010110001001000101 | e988b4ec9a887d59e988b4ec9a887d6245 |
UHC | 鈴욈}Y鈴욈}bE | 11010110110000101011111111100000011111010101100111010110110000101011111111100000011111010110001001000101 | d6c2bfe07d59d6c2bfe07d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)