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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 障?除??逑B | 10001111111000010011111110001111100111000011111100111111111001111001001101000010 | 8fe13f8f9c3f3fe79342 |
EUC-JP | 障?除??逑B | 10111110111000110011111110111101111111000011111100111111111011011111001101000010 | bee33fbdfc3f3fedf342 |
UTF-8 | 障렚除곁렚逑B | 11101001100110101001110011101011101000001001101011101001100110011010010011101010101100111000000111101011101000001001101011101001100000001001000101000010 | e99a9ceba09ae999a4eab381eba09ae9809142 |
UHC | 障렚除곁렚逑B | 11101110101000011000111010101101111100001011011010110000111001111000111010101101110011111100011101000010 | eea18eadf0b6b0e78eadcfc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)