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 | ?i?曜 | 001111111000001010001001001111111001011101101010 | 3f82893f976a |
EUC-JP | ?i?曜 | 001111111010001111101001001111111100110111001011 | 3fa3e93fcdcb |
UTF-8 | 怜i뀒曜 | 111011111010011010101100111011111011110110001001111010111000000010010010111001101001101110011100 | efa6acefbd89eb8092e69b9c |
UHC | 怜i뀒曜 | 1110011110110000101000111110100110000101100011001110100011111000 | e7b0a3e9858ce8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)