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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弱??椰↑ | 1000111011100011001111110011111110011110101111011000000110101010 | 8ee33f3f9ebd81aa |
EUC-JP | 弱??椰↑ | 1011110011100101001111110011111111011100101111111010001010101100 | bce53f3fdcbfa2ac |
UTF-8 | 弱딅죭椰↑ | 111001011011110010110001111010111001010010000101111011001010001110101101111001101010010010110000111000101000011010010001 | e5bcb1eb9485eca3ade6a4b0e28691 |
UHC | 弱딅죭椰↑ | 11100101101100001000101011101011101000011000100011100101101010111010000111101000 | e5b08aeba188e5aba1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)