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 | 蟾先ィ鯉スア | 111001011011011110010000111001101010100010001100111011111011110110110001 | e5b790e6a88cefbdb1 |
EUC-JP | 蟾先ィ鯉スア | 111010101011100111000000111010001000111010101000101110001111000110001110101111011000111010110001 | eab9c0e88ea8b8f18ebd8eb1 |
UTF-8 | 蟾先ィ鯉スア | 111010001001111110111110111001011000010110001000111011111011110110101000111010011010111110001001111011111011110110111101111011111011110110110001 | e89fbee58588efbda8e9af89efbdbdefbdb1 |
UHC | 蟾先?鯉?? | 111000001110101011100000101110110011111111010111111011110011111100111111 | e0eae0bb3fd7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)