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 | ???兀 | 0011111100111111001111111001100101011001 | 3f3f3f9959 |
EUC-JP | ???兀 | 0011111100111111001111111101000110111010 | 3f3f3fd1ba |
UTF-8 | 練쇔ㅁ兀 | 111011111010011010010110111011001000011110010100111000111000010110000001111001011000010110000000 | efa696ec8794e38581e58580 |
UHC | 練쇔ㅁ兀 | 1110011011011111101111001110010110100100101100011110100010110100 | e6dfbce5a4b1e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)