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 | 鬯」邱具スキ | 111010011010110010100011111001111011011110001011111011111011110110110111 | e9aca3e7b78befbdb7 |
EUC-JP | 鬯」邱具スキ | 111100101010111010001110101000111110111010111001101101101111000110001110101111011000111010110111 | f2ae8ea3eeb9b6f18ebd8eb7 |
UTF-8 | 鬯」邱具スキ | 111010011010110010101111111011111011110110100011111010011000001010110001111001011000010110110111111011111011110110111101111011111011110110110111 | e9acafefbda3e982b1e585b7efbdbdefbdb7 |
UHC | ??邱具?? | 0011111100111111110011111100100011001110111111010011111100111111 | 3f3fcfc8cefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)