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 | 精?精?牆? | 100100001011100000111111100100001011100000111111111000001010110100111111 | 90b83f90b83fe0ad3f |
EUC-JP | 精?精?牆? | 110000001011101000111111110000001011101000111111111000001010111100111111 | c0ba3fc0ba3fe0af3f |
UTF-8 | 精렖精렫牆렭 | 111001111011001010111110111010111010000010010110111001111011001010111110111010111010000010101011111001111000100110000110111010111010000010101101 | e7b2beeba096e7b2beeba0abe78986eba0ad |
UHC | 精렖精렫牆렭 | 111011111111000110001110101010111110111111110001100011101011100111101101111011011000111010111010 | eff18eabeff18eb9eded8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)