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 | 丞ウ省 | 10001111111001011011001110001111110010001111100001000101 | 8fe5b38fc8f845 |
EUC-JP | 丞ウ省? | 10111110111001111000111010110011101111101100101000111111 | bee78eb3beca3f |
UTF-8 | 丞ウ省 | 111001001011100010011110111011111011110110110011111001111001110010000001111011101001011110100101 | e4b89eefbdb3e79c81ee97a5 |
UHC | 丞?省? | 111000111010101000111111111000001111110100111111 | e3aa3fe0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)