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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??∨與 | 001111110011111110000001110010011110010001101111 | 3f3f81c9e46f |
EUC-JP | ??∨與 | 001111110011111110100010110010111110011111010000 | 3f3fa2cbe7d0 |
UTF-8 | 룵쨵∨與 | 111010111010001110110101111011001010100010110101111000101000100010101000111010001000100010000111 | eba3b5eca8b5e288a8e88887 |
UHC | 룵쨵∨與 | 1000111110101010101001001000111110100001111111011110011010101000 | 8faaa48fa1fde6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)