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 | 篋ル恒絎 | 1110001010111000100000111000101110001101010100001110001101001101 | e2b8838b8d50e34d |
EUC-JP | 篋ル恒絎 | 1110010010111010101001011110101110111001101100011110010110101110 | e4baa5ebb9b1e5ae |
UTF-8 | 篋ル恒絎 | 111001111010111110001011111000111000001110101011111001101000000110010010111001111011010110001110 | e7af8be383abe68192e7b58e |
UHC | ?ル恒? | 001111111010101111101011111110011111011000111111 | 3fabebf9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)