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 | 畑????? | 10010100101010000011111100111111001111110011111100111111 | 94a83f3f3f3f3f |
EUC-JP | 畑????? | 11001000101010100011111100111111001111110011111100111111 | c8aa3f3f3f3f3f |
UTF-8 | 畑담끆鱗놂쭏 | 111001111001010110010001111010111000101110110100111010111000000110000110111011111010011110110010111010111000011010000010111011001010110110001111 | e79591eb8bb4eb8186efa7b2eb8682ecad8f |
UHC | 畑담끆鱗놂쭏 | 111011111010010110110100111000111000010110111010111011001110011110110011111011111010011110001000 | efa5b4e385baece7b3efa788 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)