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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轣シ譁懈昏蟆 | 1110011110000001101111001110011010010110100111001110011010001101101010001110010110110000 | e781bce6969ce68da8e5b0 |
EUC-JP | 轣シ譁懈昏蟆 | 111011011110000110001110101111001110101111110110110110001110100010111010101010101110101010110010 | ede18ebcebf6d8e8baaaeab2 |
UTF-8 | 轣シ譁懈昏蟆 | 111010001011110110100011111011111011110110111100111010001010110110000001111001101000011110001000111001101001100010001111111010001001111110000110 | e8bda3efbdbce8ad81e68788e6988fe89f86 |
UHC | ??譁懈昏? | 001111110011111111111100101001101111101010101011111110111110011100111111 | 3f3ffca6faabfbe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)