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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遽乞せ遲 | 1110011110101111100011001110111010000010101110011110011110101101 | e7af8cee82b9e7ad |
EUC-JP | 遽乞せ遲 | 1110111010110001101110001111000010100100101110111110111010101111 | eeb1b8f0a4bbeeaf |
UTF-8 | 遽乞せ遲 | 111010011000000110111101111001001011100110011110111000111000000110011011111010011000000110110010 | e981bde4b99ee3819be981b2 |
UHC | 遽乞せ遲 | 1100101111101000110010111111011110101010101110111111001011000000 | cbe8cbf7aabbf2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)