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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 楹??? | 1001111010110001001111110011111100111111 | 9eb13f3f3f |
EUC-JP | 楹®?琰 | 110111001011001110001111101000101110111000111111100011111100110010110100 | dcb38fa2ee3f8fccb4 |
UTF-8 | 楹®뫔琰 | 1110011010100101101110011100001010101110111010111010101110010100111001111001000010110000 | e6a5b9c2aeebab94e790b0 |
UHC | 楹®뫔琰 | 1110011110110011101000101110011110010001101101101110011011111100 | e7b3a2e791b6e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)