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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 依??? | 1000100011001011001111110011111100111111 | 88cb3f3f3f |
EUC-JP | 依??? | 1011000011001101001111110011111100111111 | b0cd3f3f3f |
UTF-8 | 依몄렲렔 | 111001001011111010011101111010111010101010000100111010111010000010110010111010111010000010010100 | e4be9debaa84eba0b2eba094 |
UHC | 依몄렲렔 | 1110101111101110101110001110110010001110101111111000111010101001 | ebeeb8ec8ebf8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)