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 | 蒻る?毅?? | 111001001110100010000010111010010011111110001011010000100011111100111111 | e4e882e93f8b423f3f |
EUC-JP | 蒻る?毅?? | 111010001110101010100100111010110011111110110101101000110011111100111111 | e8eaa4eb3fb5a33f3f |
UTF-8 | 蒻るㅆ毅뉛쭪 | 111010001001001010111011111000111000001010001011111000111000010110000110111001101010111110000101111010111000100110011011111011001010110110101010 | e892bbe3828be38586e6af85eb899becadaa |
UHC | 蒻るㅆ毅뉛쭪 | 111001011011011010101010111010111010010010110110111010111111011010000111111011111010011110011110 | e5b6aaeba4b6ebf687efa79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)