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 | 審??綬 | 100100000101001000111111001111111000111011111000 | 90523f3f8ef8 |
EUC-JP | 審??綬 | 101111111011001100111111001111111011110011111010 | bfb33f3fbcfa |
UTF-8 | 審굟딷綬 | 111001011010111110101001111010101011010110011111111010111001010010110111111001111011011010101100 | e5afa9eab59feb94b7e7b6ac |
UHC | 審굟딷綬 | 1110001111111011100000101000011110001011010100011110001010111000 | e3fb82878b51e2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)