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 | 雲?e??彧 | 100010010101111100111111100000101000010100111111001111111111101010111001 | 895f3f82853f3ffab9 |
EUC-JP | 雲?e??彧 | 10110001110000000011111110100011111001010011111100111111100011111011110011111110 | b1c03fa3e53f3f8fbcfe |
UTF-8 | 雲뜹e橓렫彧 | 111010011001101110110010111010111001110010111001111011111011110110000101111001101010100110010011111010111010000010101011111001011011110110100111 | e99bb2eb9cb9efbd85e6a993eba0abe5bda7 |
UHC | 雲뜹e橓렫彧 | 111010101010001110110110111001011010001111100101111000101110010110001110101110011110100111101110 | eaa3b6e5a3e5e2e58eb9e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)