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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | ??O?蒼? | 00111111001111110100111100111111100100011001001100111111 | 3f3f4f3f91933f |
EUC-JP | ??O?蒼? | 00111111001111110100111100111111110000011111001100111111 | 3f3f4f3fc1f33f |
UTF-8 | 셋셸O렱蒼렺 | 11101100100001011000101111101100100001011011100001001111111010111010000010110001111010001001001010111100111010111010000010111010 | ec858bec85b84feba0b1e892bceba0ba |
UHC | 셋셸O렱蒼렺 | 1011110011000010101111001101000001001111100011101011111011110011111011111000111011000010 | bcc2bcd04f8ebef3ef8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)