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 | 雲?e? | 100010010101111100111111100000101000010100111111 | 895f3f82853f |
EUC-JP | 雲?e? | 101100011100000000111111101000111110010100111111 | b1c03fa3e53f |
UTF-8 | 雲뜹e뤛 | 111010011001101110110010111010111001110010111001111011111011110110000101111010111010010010011011 | e99bb2eb9cb9efbd85eba49b |
UHC | 雲뜹e뤛 | 1110101010100011101101101110010110100011111001011000111111001010 | eaa3b6e5a3e58fca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)