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 | ?????| | 001111110011111100111111001111110011111101111100 | 3f3f3f3f3f7c |
SJIS-WIN | 辿他辰造巽| | 1001001001001000100100011011110010010010010000111001000110100010100100100100011001111100 | 924891bc924391a292467c |
EUC-JP | 辿他辰造巽| | 1100001110101001110000101011111011000011101001001100001010100100110000111010011101111100 | c3a9c2bec3a4c2a4c3a77c |
UTF-8 | 辿他辰造巽| | 11101000101111101011111111100100101110111001011011101000101111101011000011101001100000001010000011100101101101111011110101111100 | e8bebfe4bb96e8beb0e980a0e5b7bd7c |
UHC | ?他辰造巽| | 00111111111101101110001011110010111000111111000011100011111000011101111001111100 | 3ff6e2f2e3f0e3e1de7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)