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 | ????U? | 001111110011111100111111001111110101010100111111 | 3f3f3f3f553f |
SJIS-WIN | 葹イ迺スU遽 | 111001001101111110110010111001111001001010111101010101011110011110101111 | e4dfb2e792bd55e7af |
EUC-JP | 葹イ迺スU遽 | 1110100011100001100011101011001011101101111100101000111010111101010101011110111010110001 | e8e18eb2edf28ebd55eeb1 |
UTF-8 | 葹イ迺スU遽 | 11101000100100011011100111101111101111011011001011101000101111111011101011101111101111011011110101010101111010011000000110111101 | e891b9efbdb2e8bfbaefbdbd55e981bd |
UHC | ????U遽 | 00111111001111110011111100111111010101011100101111101000 | 3f3f3f3f55cbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)