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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 屍譚?帽巳 | 100011100111001011100110100111010011111110010110010110001001011010100100 | 8e72e69d3f965896a4 |
EUC-JP | 屍譚?帽巳 | 101110111101001111101011111111010011111111001011101110011100110010100110 | bbd3ebfd3fcbb9cca6 |
UTF-8 | 屍譚ㄳ帽巳 | 111001011011000110001101111010001010110110011010111000111000010010110011111001011011100010111101111001011011011110110011 | e5b18de8ad9ae384b3e5b8bde5b7b3 |
UHC | 屍譚ㄳ帽巳 | 11100011101110111101001111001001101001001010001111011001101101101101111011010011 | e3bbd3c9a4a3d9b6ded3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)