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 | 円??肄 | 100010010111111000111111001111111110001111100101 | 897e3f3fe3e5 |
EUC-JP | 円??肄 | 101100011101111100111111001111111110011011100111 | b1df3f3fe6e7 |
UTF-8 | 円ㅲ몼肄 | 111001011000011010000110111000111000010110110010111010111010101010111100111010001000001010000100 | e58686e385b2ebaabce88284 |
UHC | 円ㅲ몼肄 | 1110010111110111101001001110001010010001101000011110110010111101 | e5f7a4e291a1ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)