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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 槊喙{ | 100111101100110010011010010110111000000101101111 | 9ecc9a5b816f |
EUC-JP | 槊喙{ | 110111001100111011010011101111001010000111010000 | dcced3bca1d0 |
UTF-8 | 槊喙{ | 111001101010011110001010111001011001011010011001111011111011110110011011 | e6a78ae59699efbd9b |
UHC | ?喙{ | 0011111111111101110000101010001111111011 | 3ffdc2a3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)