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 | ?乳雙? | 001111111001001111111011100110011101010000111111 | 3f93fb99d43f |
EUC-JP | ?乳雙? | 001111111100011011111101110100101101011000111111 | 3fc6fdd2d63f |
UTF-8 | 렠乳雙렎 | 111010111010000010100000111001001011100110110011111010011001101110011001111010111010000010001110 | eba0a0e4b9b3e99b99eba08e |
UHC | 렠乳雙렎 | 1000111010110001111010101110000111100100101010101000111010100100 | 8eb1eae1e4aa8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)