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 | 邯帛シア譴与 | 11100111101101101001101111100101101111001011000111100110101000101001011101011110 | e7b69be5bcb1e6a2975e |
EUC-JP | 邯帛シア譴与 | 111011101011100011010110111001111000111010111100100011101011000111101100101001001100110110111111 | eeb8d6e78ebc8eb1eca4cdbf |
UTF-8 | 邯帛シア譴与 | 111010011000001010101111111001011011100010011011111011111011110110111100111011111011110110110001111010001010110110110100111001001011100010001110 | e982afe5b89befbdbcefbdb1e8adb4e4b88e |
UHC | 邯帛??譴? | 110010101111101111011011110110010011111100111111110011001011100100111111 | cafbdbd93f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)