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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 拙?紙??? | 1001000011011001001111111000111010000110001111110011111100111111 | 90d93f8e863f3f3f |
EUC-JP | 拙?紙?滎? | 11000000110110110011111110111011111001100011111110001111110010001011100100111111 | c0db3fbbe63f8fc8b93f |
UTF-8 | 拙렊紙렒滎렔 | 111001101000101110011001111010111010000010001010111001111011010010011001111010111010000010010010111001101011101110001110111010111010000010010100 | e68b99eba08ae7b499eba092e6bb8eeba094 |
UHC | 拙렊紙렒滎렔 | 111100001111000010001110101000011111001010110101100011101010011111111011101000111000111010101001 | f0f08ea1f2b58ea7fba38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)