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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?樊[?樊[^ | 001111111001111011100110010110110011111110011110111001100101101101011110 | 3f9ee65b3f9ee65b5e |
EUC-JP | ?樊[?樊[^ | 001111111101110011101000010110110011111111011100111010000101101101011110 | 3fdce85b3fdce85b5e |
UTF-8 | 윤樊[윤樊[^ | 111011001001110010100100111001101010100010001010010110111110110010011100101001001110011010101000100010100101101101011110 | ec9ca4e6a88a5bec9ca4e6a88a5b5e |
UHC | 윤樊[윤樊[^ | 1100000010110001110110111110000001011011110000001011000111011011111000000101101101011110 | c0b1dbe05bc0b1dbe05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)