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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迂??皎? | 10001001010010010011111100111111111000011010011100111111 | 89493f3fe1a73f |
EUC-JP | 迂??皎? | 10110001101010100011111100111111111000101010100100111111 | b1aa3f3fe2a93f |
UTF-8 | 迂樓렫皎卵 | 111010001011111110000010111011111010010110001100111010111010000010101011111001111001101010001110111011111010010010011100 | e8bf82efa58ceba0abe79a8eefa49c |
UHC | 迂樓렫皎卵 | 11101001111001101101001011100110100011101011100111001110111010111101000111101011 | e9e6d2e68eb9ceebd1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)