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 | 蒟ょぜ鐔 | 1110010011100101100000101110010110000010101110101110100001011100 | e4e582e582bae85c |
EUC-JP | 蒟ょぜ鐔 | 1110100011100111101001001110011110100100101111001110111110111101 | e8e7a4e7a4bcefbd |
UTF-8 | 蒟ょぜ鐔 | 111010001001001010011111111000111000001010000111111000111000000110011100111010011001000010010100 | e8929fe38287e3819ce99094 |
UHC | ?ょぜ? | 001111111010101011100111101010101011110000111111 | 3faae7aabc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)