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 | ?J???? | 001111110100101000111111001111110011111100111111 | 3f4a3f3f3f3f |
SJIS-WIN | 端J単辰村卒 | 1001001001011011010010101001001001010000100100100100001110010001101110101001000110110010 | 925b4a9250924391ba91b2 |
EUC-JP | 端J単辰村卒 | 1100001110111100010010101100001110110001110000111010010011000010101111001100001010110100 | c3bc4ac3b1c3a4c2bcc2b4 |
UTF-8 | 端J単辰村卒 | 11100111101010111010111101001010111001011000110110011000111010001011111010110000111001101001110110010001111001011000110110010010 | e7abaf4ae58d98e8beb0e69d91e58d92 |
UHC | 端J?辰村卒 | 11010011101011100100101000111111111100101110001111110101101111011111000011101111 | d3ae4a3ff2e3f5bdf0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)