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 | 制??? | 1001000010100111001111110011111100111111 | 90a73f3f3f |
EUC-JP | 制?釪? | 11000000101010010011111110001111111000111010110100111111 | c0a93f8fe3ad3f |
UTF-8 | 制렠釪슬 | 111001011000100010110110111010111010000010100000111010011000011110101010111011001000101010101100 | e588b6eba0a0e987aaec8aac |
UHC | 制렠釪슬 | 1111000010100100100011101011000111101001111010011011110110111101 | f0a48eb1e9e9bdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)