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 | ?蒼???? | 00111111100100011001001100111111001111110011111100111111 | 3f91933f3f3f3f |
EUC-JP | ?蒼???? | 00111111110000011111001100111111001111110011111100111111 | 3fc1f33f3f3f3f |
UTF-8 | 렱蒼롃렰렱렿 | 111010111010000010110001111010001001001010111100111010111010000110000011111010111010000010110000111010111010000010110001111010111010000010111111 | eba0b1e892bceba183eba0b0eba0b1eba0bf |
UHC | 렱蒼롃렰렱렿 | 100011101011111011110011111011111000111011001010100011101011110110001110101111101000111011000111 | 8ebef3ef8eca8ebd8ebe8ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)