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 | 議??? | 1000101101100011001111110011111100111111 | 8b633f3f3f |
EUC-JP | 議??? | 1011010111000100001111110011111100111111 | b5c43f3f3f |
UTF-8 | 議흠렲렮 | 111010001010110110110000111011011001110110100000111010111010000010110010111010111010000010101110 | e8adb0ed9da0eba0b2eba0ae |
UHC | 議흠렲렮 | 1110110010100001110010001110110010001110101111111000111010111011 | eca1c8ec8ebf8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)