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 | ?紆?? | 0011111111100010111111000011111100111111 | 3fe2fc3f3f |
EUC-JP | ?紆?? | 0011111111100100111111100011111100111111 | 3fe4fe3f3f |
UTF-8 | 쉃紆쉃了 | 111011001000100110000011111001111011010010000110111011001000100110000011111011111010011010111010 | ec8983e7b486ec8983efa6ba |
UHC | 쉃紆쉃了 | 1001101001011000111010011110000110011010010110001110100011100111 | 9a58e9e19a58e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)