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 | 箏矚瞶簔 | 111000101011010111100001110111111110000111010110111000101100000111110101101111011111000111111100 | e2b5e1dfe1d6e2c1f5bdf1fc |
EUC-JP | 箏矚瞶簔?? | 11100100101101111110001011100001111000101101100011100100110000110011111100111111 | e4b7e2e1e2d8e4c33f3f |
UTF-8 | 箏矚瞶簔 | 111001111010111010001111111001111001111110011010111001111001111010110110111001111011000010010100111011101001000010101000111011101000010110110111 | e7ae8fe79f9ae79eb6e7b094ee90a8ee85b7 |
UHC | 箏????? | 11101110101101000011111100111111001111110011111100111111 | eeb43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)