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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???蒼??? | 0011111100111111001111111001000110010011001111110011111100111111 | 3f3f3f91933f3f3f |
EUC-JP | ???蒼??? | 0011111100111111001111111100000111110011001111110011111100111111 | 3f3f3fc1f33f3f3f |
UTF-8 | 소섣렱蒼렺롚샹 | 111011001000011010001100111011001000010010100011111010111010000010110001111010001001001010111100111010111010000010111010111010111010000110011010111011001000001110111001 | ec868cec84a3eba0b1e892bceba0baeba19aec83b9 |
UHC | 소섣렱蒼렺롚샹 | 1011110011010010101111001011001010001110101111101111001111101111100011101100001010001110110111101011110010100111 | bcd2bcb28ebef3ef8ec28edebca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)