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 | 錞ツ鯤ェ | 111110111101101111000010111010011100100010101010 | fbdbc2e9c8aa |
EUC-JP | 錞ツ鯤ェ | 100011111110010011011100100011101100001011110010110010101000111010101010 | 8fe4dc8ec2f2ca8eaa |
UTF-8 | 錞ツ鯤ェ | 111010011000110010011110111011111011111010000010111010011010111110100100111011111011110110101010 | e98c9eefbe82e9afa4efbdaa |
UHC | 錞?鯤? | 111000101111011000111111110011011110011000111111 | e2f63fcde63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)