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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??傘悠ヲ | 0011111100111111100011100101000010010111010010011000001110010010 | 3f3f8e5097498392 |
EUC-JP | ??傘悠ヲ | 0011111100111111101110111011000111001101101010101010010111110010 | 3f3fbbb1cdaaa5f2 |
UTF-8 | 룶沈傘悠ヲ | 111010111010001110110110111011111010010110110010111001011000001010011000111001101000001010100000111000111000001110110010 | eba3b6efa5b2e58298e682a0e383b2 |
UHC | 룶沈傘悠ヲ | 10001111101010111110010010100001110111111010000111101010111011011010101111110010 | 8fabe4a1dfa1eaedabf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)