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 | ?H???? | 001111110100100000111111001111110011111100111111 | 3f483f3f3f3f |
SJIS-WIN | 短H其辿卒卒 | 1001001001011010010010001001000110110100100100100100100010010001101100101001000110110010 | 925a4891b4924891b291b2 |
EUC-JP | 短H其辿卒卒 | 1100001110111011010010001100001010110110110000111010100111000010101101001100001010110100 | c3bb48c2b6c3a9c2b4c2b4 |
UTF-8 | 短H其辿卒卒 | 11100111100111111010110101001000111001011000010110110110111010001011111010111111111001011000110110010010111001011000110110010010 | e79fad48e585b6e8bebfe58d92e58d92 |
UHC | 短H其?卒卒 | 11010011101011010100100011010000111011000011111111110000111011111111000011101111 | d3ad48d0ec3ff0eff0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)