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 | 訒夊セ樊キ丞 | 11111011101000111001101011101000101111101001111011100110101101111000111111100101 | fba39ae8be9ee6b78fe5 |
EUC-JP | 訒夊セ樊キ丞 | 10001111110111011100100011010100111010101000111010111110110111001110100010001110101101111011111011100111 | 8fddc8d4ea8ebedce88eb7bee7 |
UTF-8 | 訒夊セ樊キ丞 | 111010001010100010010010111001011010010010001010111011111011110110111110111001101010100010001010111011111011110110110111111001001011100010011110 | e8a892e5a48aefbdbee6a88aefbdb7e4b89e |
UHC | ???樊?丞 | 0011111100111111001111111101101111100000001111111110001110101010 | 3f3f3fdbe03fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)