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 | ???腎>? | 0011111100111111001111111001000001110100100000011000010000111111 | 3f3f3f907481843f |
EUC-JP | ???腎>? | 0011111100111111001111111011111111010101101000011110010000111111 | 3f3f3fbfd5a1e43f |
UTF-8 | 쒔롉뤎腎>쨴 | 111011001001001010010100111010111010000110001001111010111010010010001110111010001000010110001110111011111011110010011110111011001010100010110100 | ec9294eba189eba48ee8858eefbc9eeca8b4 |
UHC | 쒔롉뤎腎>쨴 | 101111101010110110001110110011111000111110111110111000111110110010100011101111101010010010001110 | bead8ecf8fbee3eca3bea48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)