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 | 宵繽ェ、娼ホ | 100011111010101011100011100011111010101010100100100011111010100111001110 | 8faae38faaa48fa9ce |
EUC-JP | 宵繽ェ、娼ホ | 101111101010110011100101111011111000111010101010100011101010010010111110101010111000111011001110 | beace5ef8eaa8ea4beab8ece |
UTF-8 | 宵繽ェ、娼ホ | 111001011010111010110101111001111011100110111101111011111011110110101010111011111011110110100100111001011010100010111100111011111011111010001110 | e5aeb5e7b9bdefbdaaefbda4e5a8bcefbe8e |
UHC | 宵???娼? | 1110000110110010001111110011111100111111111100111101111000111111 | e1b23f3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)