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 | 題?壯?咫? | 100100011110100000111111100110101110000100111111100110100100000000111111 | 91e83f9ae13f9a403f |
EUC-JP | 題?壯?咫? | 110000101110101000111111110101001110001100111111110100111010000100111111 | c2ea3fd4e33fd3a13f |
UTF-8 | 題렲壯렒咫렲 | 111010011010000110001100111010111010000010110010111001011010001110101111111010111010000010010010111001011001001010101011111010111010000010110010 | e9a18ceba0b2e5a3afeba092e592abeba0b2 |
UHC | 題렲壯렒咫렲 | 111100001011100110001110101111111110110111100000100011101010011111110010101000011000111010111111 | f0b98ebfede08ea7f2a18ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)