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愼?彧 | 10001001010111110011111110000010100001011001110011000100001111111111101010111001 | 895f3f82859cc43ffab9 |
EUC-JP | 雲?e愼?彧 | 1011000111000000001111111010001111100101110110001100011000111111100011111011110011111110 | b1c03fa3e5d8c63f8fbcfe |
UTF-8 | 雲뜹e愼렫彧 | 111010011001101110110010111010111001110010111001111011111011110110000101111001101000010010111100111010111010000010101011111001011011110110100111 | e99bb2eb9cb9efbd85e684bceba0abe5bda7 |
UHC | 雲뜹e愼렫彧 | 111010101010001110110110111001011010001111100101111000111110010110001110101110011110100111101110 | eaa3b6e5a3e5e3e58eb9e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)