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 | 節??壯↑? | 100100001101111100111111001111111001101011100001100000011010101000111111 | 90df3f3f9ae181aa3f |
EUC-JP | 節??壯↑? | 110000001110000100111111001111111101010011100011101000101010110000111111 | c0e13f3fd4e3a2ac3f |
UTF-8 | 節쏙쉠壯↑킇 | 111001111010111110000000111011001000111110011001111011001000100110100000111001011010001110101111111000101000011010010001111011011000001010000111 | e7af80ec8f99ec89a0e5a3afe28691ed8287 |
UHC | 節쏙쉠壯↑킇 | 111011111011110110111101111011111011110110101010111011011110000010100001111010001011010010010011 | efbdbdefbdaaede0a1e8b493 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)