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 | 邵ォ轣梧コス | 111001111011100010101011111001111000000110001100111001101011101010111101 | e7b8abe7818ce6babd |
EUC-JP | 邵ォ轣梧コス | 111011101011101010001110101010111110110111100001101110001110100010001110101110101000111010111101 | eeba8eabede1b8e88eba8ebd |
UTF-8 | 邵ォ轣梧コス | 111010011000001010110101111011111011110110101011111010001011110110100011111001101010001010100111111011111011110110111010111011111011110110111101 | e982b5efbdabe8bda3e6a2a7efbdbaefbdbd |
UHC | 邵??梧?? | 1110000111010000001111110011111111100111111111000011111100111111 | e1d03f3fe7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)