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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔭???ъ? | 1000100011111100001111110011111100111111100001001000110000111111 | 88fc3f3f3f848c3f |
EUC-JP | 蔭???ъ? | 1011000011111110001111110011111100111111101001111110110000111111 | b0fe3f3f3fa7ec3f |
UTF-8 | 蔭뺤냽捻ъ꽮 | 1110100010010100101011011110101110111010101001001110101110000011101111011110111110100110101001001101000110001010111010101011110110101110 | e894adebbaa4eb83bdefa6a4d18aeabdae |
UHC | 蔭뺤냽捻ъ꽮 | 111010111110001110010101111011001000011010001101111001101111011110101100111011001000010010111001 | ebe395ec868de6f7acec84b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)