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 | ?獨?暗 | 001111111110000011010101001111111000100011000011 | 3fe0d53f88c3 |
EUC-JP | ?獨?暗 | 001111111110000011010111001111111011000011000101 | 3fe0d73fb0c5 |
UTF-8 | 뤵獨톽暗 | 111010111010010010110101111001111000110110101000111011011000011010111101111001101001101010010111 | eba4b5e78da8ed86bde69a97 |
UHC | 뤵獨톽暗 | 1000111111100011110101001011110010110111100011111110010011011110 | 8fe3d4bcb78fe4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)