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 | 1001111111110111001111110111110101011001100111111111011100111111011111010110001001000101 | 9ff73f7d599ff73f7d6245 |
EUC-JP | 漿?}Y漿?}bE | 1101111011111001001111110111110101011001110111101111100100111111011111010110001001000101 | def93f7d59def93f7d6245 |
UTF-8 | 漿렔}Y漿렔}bE | 1110011010111100101111111110101110100000100101000111110101011001111001101011110010111111111010111010000010010100011111010110001001000101 | e6bcbfeba0947d59e6bcbfeba0947d6245 |
UHC | 漿렔}Y漿렔}bE | 11101101111011001000111010101001011111010101100111101101111011001000111010101001011111010110001001000101 | edec8ea97d59edec8ea97d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)