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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 牀瞻Y牀瞻bE | 1110000010101100111000011101101101011001111000001010110011100001110110110110001001000101 | e0ace1db59e0ace1db6245 |
EUC-JP | 牀瞻Y牀瞻bE | 1110000010101110111000101101110101011001111000001010111011100010110111010110001001000101 | e0aee2dd59e0aee2dd6245 |
UTF-8 | 牀瞻Y牀瞻bE | 111001111000100110000000111001111001111010111011010110011110011110001001100000001110011110011110101110110110001001000101 | e78980e79ebb59e78980e79ebb6245 |
UHC | 牀瞻Y牀瞻bE | 1101111111010001111101001101011101011001110111111101000111110100110101110110001001000101 | dfd1f4d759dfd1f4d76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)