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 | 濶滉コォ鄒イ | 111010001000100110011111111001001011101010101011111001111011111010110010 | e8899fe4baabe7beb2 |
EUC-JP | 濶滉コォ鄒イ | 111011111110100111011110111001101000111010111010100011101010101111101110110000001000111010110010 | efe9dee68eba8eabeec08eb2 |
UTF-8 | 濶滉コォ鄒イ | 111001101011111110110110111001101011101110001001111011111011110110111010111011111011110110101011111010011000010010010010111011111011110110110010 | e6bfb6e6bb89efbdbaefbdabe98492efbdb2 |
UHC | ?滉??鄒? | 0011111111111100110100010011111100111111111101011101101100111111 | 3ffcd13f3ff5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)