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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???揖? | 001111110011111100111111100101110100101100111111 | 3f3f3f974b3f |
EUC-JP | ???揖? | 001111110011111100111111110011011010110000111111 | 3f3f3fcdac3f |
UTF-8 | 樂띾㈃揖췇 | 111011111010011010111111111010111001110110111110111000111000100010000011111001101000111110010110111011001011011110000111 | efa6bfeb9dbee38883e68f96ecb787 |
UHC | 樂띾㈃揖췇 | 11101000111110011000110111101011101010011011010011101011111001111010111001000010 | e8f98deba9b4ebe7ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)