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 | 染??染??^ | 100100001111010100111111001111111001000011110101001111110011111101011110 | 90f53f3f90f53f3f5e |
EUC-JP | 染??染??^ | 110000001111011100111111001111111100000011110111001111110011111101011110 | c0f73f3fc0f73f3f5e |
UTF-8 | 染룡뮆染룡뮆^ | 11100110100111111001001111101011101000111010000111101011101011101000011011100110100111111001001111101011101000111010000111101011101011101000011001011110 | e69f93eba3a1ebae86e69f93eba3a1ebae865e |
UHC | 染룡뮆染룡뮆^ | 11100110111110001011011111100110100100101001010111100110111110001011011111100110100100101001010101011110 | e6f8b7e69295e6f8b7e692955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)