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 | "ース失熙 | 11111010010101111011000011110001100011101011110110001110101110001110101010100100 | fa57b0f18ebd8eb8eaa4 |
EUC-JP | ?ー?ス失熙 | 00111111100011101011000000111111100011101011110110111100101110101111010010100110 | 3f8eb03f8ebdbcbaf4a6 |
UTF-8 | "ース失熙 | 111011111011110010000010111011111011110110110000111011101000010010001001111011111011110110111101111001011010010010110001111001111000011010011001 | efbc82efbdb0ee8489efbdbde5a4b1e78699 |
UHC | "???失熙 | 101000111010001000111111001111110011111111100011111101111111110111110111 | a3a23f3f3fe3f7fdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)