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 | ?^???Z | 001111110101111000111111001111110011111101011010 | 3f5e3f3f3f5a |
SJIS-WIN | ?^???Z | 001111110101111000111111001111110011111101011010 | 3f5e3f3f3f5a |
EUC-JP | ?^???Z | 001111110101111000111111001111110011111101011010 | 3f5e3f3f3f5a |
UTF-8 | 찾^혨혚혨Z | 1110110010110000101111100101111011101101100110001010100011101101100110001001101011101101100110001010100001011010 | ecb0be5eed98a8ed989aed98a85a |
UHC | 찾^혨혚혨Z | 11000011101000110101111011000010100100001100001010000101110000101001000001011010 | c3a35ec290c285c2905a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)