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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菫滔戟螽 | 1110010010111111100111111110101110001100100000011110010110101000 | e4bf9feb8c81e5a8 |
EUC-JP | 菫滔戟螽 | 1110100011000001110111101110110110110111111000011110101010101010 | e8c1deedb7e1eaaa |
UTF-8 | 菫滔戟螽 | 111010001000111110101011111001101011101110010100111001101000100010011111111010001001111010111101 | e88fabe6bb94e6889fe89ebd |
UHC | 菫滔戟? | 11010000110010111101010010100101110100001011110100111111 | d0cbd4a5d0bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)