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 | 櫻??率?? | 1001111101001110001111110011111110010111101001100011111100111111 | 9f4e3f3f97a63f3f |
EUC-JP | 櫻??率?? | 1101110110101111001111110011111111001110101010000011111100111111 | ddaf3f3fcea83f3f |
UTF-8 | 櫻뗣굝率밧껙 | 111001101010101110111011111010111001011110100011111010101011010110011101111001111000111010000111111010111011000010100111111010101011101110011001 | e6abbbeb97a3eab59de78e87ebb0a7eabb99 |
UHC | 櫻뗣굝率밧껙 | 111001011010000110001011111000111000001010000101111000011110001110111001111001011011001010110011 | e5a18be38285e1e3b9e5b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)