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 | 節??壯↑ | 1001000011011111001111110011111110011010111000011000000110101010 | 90df3f3f9ae181aa |
EUC-JP | 節??壯↑ | 1100000011100001001111110011111111010100111000111010001010101100 | c0e13f3fd4e3a2ac |
UTF-8 | 節쏙쉠壯↑ | 111001111010111110000000111011001000111110011001111011001000100110100000111001011010001110101111111000101000011010010001 | e7af80ec8f99ec89a0e5a3afe28691 |
UHC | 節쏙쉠壯↑ | 11101111101111011011110111101111101111011010101011101101111000001010000111101000 | efbdbdefbdaaede0a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)