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 | 鬯」邱具ス | 1110100110101100101000111110011110110111100010111110111110111101 | e9aca3e7b78befbd |
EUC-JP | 鬯」邱具ス | 11110010101011101000111010100011111011101011100110110110111100011000111010111101 | f2ae8ea3eeb9b6f18ebd |
UTF-8 | 鬯」邱具ス | 111010011010110010101111111011111011110110100011111010011000001010110001111001011000010110110111111011111011110110111101 | e9acafefbda3e982b1e585b7efbdbd |
UHC | ??邱具? | 00111111001111111100111111001000110011101111110100111111 | 3f3fcfc8cefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)