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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 靭屯?? | 100100000111100010010011110101000011111100111111 | 907893d43f3f |
EUC-JP | 靭屯?? | 101111111101100111000110110101100011111100111111 | bfd9c6d63f3f |
UTF-8 | 靭屯렠렋 | 111010011001110110101101111001011011000110101111111010111010000010100000111010111010000010001011 | e99dade5b1afeba0a0eba08b |
UHC | 靭屯렠렋 | 1110110011100101110101001110101010001110101100011000111010100010 | ece5d4ea8eb18ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)