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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??吾??吾^ | 001111110011111110001100111000010011111100111111100011001110000101011110 | 3f3f8ce13f3f8ce15e |
EUC-JP | ??吾??吾^ | 001111110011111110111000111000110011111100111111101110001110001101011110 | 3f3fb8e33f3fb8e35e |
UTF-8 | 욢뛨吾욢뛨吾^ | 11101100100110101010001011101011100110111010100011100101100100001011111011101100100110101010001011101011100110111010100011100101100100001011111001011110 | ec9aa2eb9ba8e590beec9aa2eb9ba8e590be5e |
UHC | 욢뛨吾욢뛨吾^ | 10011110111111001000110101101011111001111110111010011110111111001000110101101011111001111110111001011110 | 9efc8d6be7ee9efc8d6be7ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)