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 | ?D?D[?D?D[^ | 0011111101000100001111110100010001011011001111110100010000111111010001000101101101011110 | 3f443f445b3f443f445b5e |
SJIS-WIN | ?D?D[?D?D[^ | 0011111101000100001111110100010001011011001111110100010000111111010001000101101101011110 | 3f443f445b3f443f445b5e |
EUC-JP | ?D?D[?D?D[^ | 0011111101000100001111110100010001011011001111110100010000111111010001000101101101011110 | 3f443f445b3f443f445b5e |
UTF-8 | 혩D혩D[혩D혩D[^ | 11101101100110001010100101000100111011011001100010101001010001000101101111101101100110001010100101000100111011011001100010101001010001000101101101011110 | ed98a944ed98a9445bed98a944ed98a9445b5e |
UHC | 혩D혩D[혩D혩D[^ | 110000101001000101000100110000101001000101000100010110111100001010010001010001001100001010010001010001000101101101011110 | c29144c291445bc29144c291445b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)