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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
EUC-JP | ?®?徇?? | 001111111000111110100010111011100011111111010111110011100011111100111111 | 3f8fa2ee3fd7ce3f3f |
UTF-8 | 閱®셽徇먮젾 | 1110100110010110101100011100001010101110111011001000010110111101111001011011111010000111111010111010100010101110111011001010000010111110 | e996b1c2aeec85bde5be87eba8aeeca0be |
UHC | 閱®셽徇먮젾 | 111001101111001110100010111001111001100110000010111000101101111110010000111010111010000010110000 | e6f3a2e79982e2df90eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)