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 | ?冪??姐? | 0011111110011001011100000011111100111111100010001011011100111111 | 3f99703f3f88b73f |
EUC-JP | ?冪??姐? | 0011111111010001110100010011111100111111101100001011100100111111 | 3fd1d13f3fb0b93f |
UTF-8 | 卽冪렲렏姐뮈 | 111001011000110110111101111001011000011010101010111010111010000010110010111010111010000010001111111001011010011110010000111010111010111010001000 | e58dbde586aaeba0b2eba08fe5a790ebae88 |
UHC | 卽冪렲렏姐뮈 | 111100011110110111011000111100011000111010111111100011101010010111101110101110111011100110111111 | f1edd8f18ebf8ea5eebbb9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)