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 | 蔭??淫?? | 1000100011111100001111110011111110001000111110100011111100111111 | 88fc3f3f88fa3f3f |
EUC-JP | 蔭??淫?? | 1011000011111110001111110011111110110000111111000011111100111111 | b0fe3f3fb0fc3f3f |
UTF-8 | 蔭댁녆淫ㅼ넑 | 111010001001010010101101111010111000110010000001111010111000010110000110111001101011011110101011111000111000010110111100111010111000010010010001 | e894adeb8c81eb8586e6b7abe385bceb8491 |
UHC | 蔭댁녆淫ㅼ넑 | 111010111110001110110100111011001000011010111101111010111110001010100100111011001000011010011100 | ebe3b4ec86bdebe2a4ec869c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)